|
| 24 Jun 2015 01:27 PM |
| Is it possible to define a place for the Model to move to using something like game.Workspace.part.Position.Y-5? |
|
|
| Report Abuse |
|
Hydrablox
|
  |
| Joined: 03 Nov 2009 |
| Total Posts: 1874 |
|
|
| 24 Jun 2015 01:48 PM |
A model has a property called "PrimaryPart", you can assign a certain part of the model to be the PrimaryPart by a function "SetPrimaryPart".
And if you change the CFrame of the PrimaryPart then the whole model will follow it and no joints will be broken.
You can find more detailed information on the wiki. |
|
|
| Report Abuse |
|