| |
|
|
| 23 Dec 2013 01:43 AM |
| I dont mean grammar-wise btw. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 23 Dec 2013 01:47 AM |
Then why is there two ways for ""? So you could do p = Instance.new('Part', game.Workspace) p.Name = 'Test' |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 23 Dec 2013 02:11 AM |
the diff between this ' and " is:
workspace:FindFirstChild'BasePlate'
workspace:FindFirstChild("BasePlate") |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Dec 2013 02:37 AM |
^ what, no. That's wrong, you could do it any way.
workspace:FindFirstChild"BasePlate" works |
|
|
| Report Abuse |
|
|
| |
|