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

How do i do a full Left/Right 360 CFrame?

Asked by 6 years ago

i know how to do a Y 360 CFrame but ive been trying to make a full X Rotation / Left or Right i need some help on this.

0
I don't really understand what you're saying, can you add some scripts or some more info on what you're trying to do? User#20388 0 — 6y
0
what i mean is like a full 360 X angle without it being off even a little^ lbp3fans -1 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

You would use CFrame.Angles() Here's an example of rotating the X CFrame:

game.Workspace.Part.CFrame = game.Workspace.Part.CFrame * CFrame.Angles(0,math.rad(2),0)
0
thanks soooooooo much! lbp3fans -1 — 6y
Ad

Answer this question