Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I rotate a whole model?

Asked by 7 years ago

How can I rotate a whole model?

0
Use a "PrimaryPart", here is the wiki link for more information: http://wiki.roblox.com/index.php?title=API:Class/Model/PrimaryPart minetrackmania 186 — 7y

3 answers

Log in to vote
0
Answered by 7 years ago

Have a primary CFrame within the model properties and if I think correctly just rotate that part and it should rotate the whole model.

0
But how? Example please Verified_Player 9 — 7y
Ad
Log in to vote
0
Answered by 7 years ago

BUT HOW?

Log in to vote
0
Answered by 7 years ago

The way I like to move my models around is using SetPrimaryPartCFrame, to set the PrimaryPart of a model, simply select the model and in the Data for that model you should see where it says "PrimaryPart" and once you click on that you can select what part you want to be the PrimaryPart for that whole entire model, once you have selected a part to be the PrimaryPart you can use SetPrimaryPartCFrame to move or rotate the model. If you already have your PrimaryPart chosen then an example on how exactly to use it would be

game.Workspace.Model:SetPrimaryPartCFrame(CFrame.new(0, 0, 0))
0
sorry i dont know how to make a fancy answer but i think you should be able to understand everything LiquidSkull 55 — 7y

Answer this question