I've tried to use BodyGyros, but that hasn't worked. What would I have to use? Thanks.
http://wiki.roblox.com/index.php?title=CFrame#CFrame.new
http://wiki.roblox.com/index.php?title=API:Class/Model/SetPrimaryPartCFrame
Make sure to define the model's Model.PrimaryPart
property, you can do this by using the properties panel, clicking on the Model.PrimaryPart
value, and selecting a part by clicking on it in the explorer or in the viewport.
Model:SetPrimaryPartCFrame(CFrame.new(Vector3.new(0, 50, 0), Vector3.new(0, 0, 0))