|
| 20 Feb 2016 09:00 AM |
This is the script:
game.Lighting.ModelController:Clone(). parent=game.Workspace
It won't do it.
Help?
ClassicWorkclock |
|
|
| Report Abuse |
|
marfit
|
  |
| Joined: 10 Jan 2013 |
| Total Posts: 2539 |
|
|
| 20 Feb 2016 09:07 AM |
That is a bad script. do local NewModel = game.Lighting.ModelController:Clone() NewModel.Parent = game.Workspace |
|
|
| Report Abuse |
|