|
| 29 Nov 2014 11:05 PM |
| im trying to make a script that inserts a model into workspace from lighting and inserts back into lighting |
|
|
| Report Abuse |
|
|
| |
|
|
| 29 Nov 2014 11:12 PM |
| u joined 2009 u gotta know this e.e |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2014 11:13 PM |
You never said the problem.
this is cool. |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2014 11:19 PM |
| Can you help me make a script that inserts a model from lighting into workspace and puts it back into lighting again. Plz halp me :3 |
|
|
| Report Abuse |
|
|
Qivr
|
  |
| Joined: 22 Aug 2014 |
| Total Posts: 5407 |
|
|
| 29 Nov 2014 11:22 PM |
game.Players.PlayerAdded:connect(function(p) p.Chatted:connect(function(msg) if msg:lower()=="start" then game.Lighting.Model.Parent = game.Workspace wait(5) game.Workspace.Model.Parent = game.Lighting end end) end)
[Qivr] Hail Greenland! |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2014 11:24 PM |
| i mean like automatic u dont gotta say anything |
|
|
| Report Abuse |
|
|
| |
|
Qivr
|
  |
| Joined: 22 Aug 2014 |
| Total Posts: 5407 |
|
|
| 29 Nov 2014 11:25 PM |
game.Players.PlayerAdded:connect(function(p) if p then game.Lighting.Model.Parent = game.Workspace wait(5) game.Workspace.Model.Parent = game.Lighting end end)
[Qivr] Hail Greenland! |
|
|
| Report Abuse |
|
|