|
| 02 Jan 2015 08:15 AM |
| Just wondering, is there any way to CFrame a model instead of just a part? |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 08:16 AM |
| model.CFrame = Vector3.new(0,0,0) |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 08:18 AM |
| I don't think Vector3 is a property of model. |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 08:19 AM |
| I think it has something to do with the model's PrimaryPart. |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Jan 2015 08:27 AM |
| Thanks, but I already knew about MoveTo(), I was wondering if there was any other way using a models PrimaryPart. |
|
|
| Report Abuse |
|
|
Fl0x
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 5169 |
|
|
| 02 Jan 2015 08:28 AM |
http://wiki.roblox.com/index.php?title=Model
Model:SetPrimaryPartCFrame(CoordinateFrame cframe) Might do the trick. |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 08:28 AM |
| Why would you need an alternative way if MoveTo() works perfectly fine, lol |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 08:31 AM |
| Oh it was SetPrimaryPartCFrame. Thanks :p Oh and I was just wondering because I saw a model that didn't use MoveTo() to move a model :p |
|
|
| Report Abuse |
|
|