|
| 06 Jan 2014 11:31 AM |
Like if i wanna add something like:
game.workspace.["FlyGuy"]:add() |
|
|
| Report Abuse |
|
|
| |
|
redlo123
|
  |
| Joined: 07 Feb 2013 |
| Total Posts: 231 |
|
|
| 06 Jan 2014 11:33 AM |
| "Fly guy" is not member of instance |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:34 AM |
| maybe he means a part named flyguy |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 06 Jan 2014 11:34 AM |
Set it to a variable
:Remove() sets the parent to nil
obj = game.Workspace.Derp
obj:Remove()
wait(3)
obj.Parent = workspace |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2014 11:38 AM |
| Instance.new("Part", parent) |
|
|
| Report Abuse |
|
|