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

Set PrimaryPart CFrame rotation?

Asked by 5 years ago

I' trying to figure out how reset a PrimaryPart's rotation angles to 0,0,0 without adding the angles onto the current rotation. I've tried

model:SetPrimaryPartCFrame(cam.CFrame*CFrame.Angles(0,0,0))

This just adds the angle on but i want to set the angle to 0,0,0. How would I do that?

Answer this question