Jurok
|
  |
| Joined: 26 Feb 2012 |
| Total Posts: 13387 |
|
|
| 05 Oct 2013 08:34 AM |
Just a quick question, I am unsure on how to copy a model from lighting, and paste it into workspace into a specific position.... how would you do that? It'd be nice if the response was simple, as I'm not quite an advanced scripter yet.
The Jurok of RT | Follow me on Twitter! @JurokR |
|
|
| Report Abuse |
|
Zomebody
|
  |
| Joined: 01 Jun 2010 |
| Total Posts: 789 |
|
|
| 05 Oct 2013 08:49 AM |
to clone something, use :clone() example: NewBlock = Block:clone()
You can then parent it to the workspace using this: NewBlock.Parent = game.workspace
If you want to move the whole Model to a specific position, you can use the :MoveTo() method. |
|
|
| Report Abuse |
|