|
| 15 Jul 2014 07:01 PM |
Is it possible to position a whole model? If so, how? |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 07:01 PM |
| workspace.ModelName.Position = Vector3.new(position coordinates here) |
|
|
| Report Abuse |
|
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 15 Jul 2014 07:04 PM |
@Inspect, Models don't have a position property.
@OP, You can use the MoveTo method with the model.
Model:MoveTo(Vector3.new(0, 20, 0))
Alternatively, set the model's PrimaryPart and use this: http://wiki.roblox.com/index.php?title=API:Class/Model/SetPrimaryPartCFrame |
|
|
| Report Abuse |
|
|
cade2000
|
  |
| Joined: 09 Aug 2009 |
| Total Posts: 887 |
|
|
| 15 Jul 2014 07:10 PM |
DATASTORE I DIDN'T KNOW YOU COULD DO THAT. FOR THE GAME IM MAKING THAT IS SO USEFUL. YOU ARE AMAZING. |
|
|
| Report Abuse |
|
|
| |
|