Can't set a model's orientation by script

Hello. I tried setting a model’s orientation via script but it just wouldn’t work. I tried CFrame (CFrame.Angles()), PivotTo, Vector3, but nothing works. I know the answer is somewhere between here but I just can’t seem to get it to work.

I’m trying to set the orientation as -75, 180, -90 :face_with_spiral_eyes:

Been at this for hours, help is appreciated! A dumb mistake but oh well.

Model:PivotTo(CFrame.Angles(math.rad(-75), math.rad(180), math.rad(-90)))

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.