How would I change the orientation of a CFrame
From
(0, 0, 0, 1, 0, 0, 0)
to this:
(0, 0, 0, 3, 0, 0, 0)
1 Like
I tried multiplying, and it didnt work
to change the orientation of a cframe you multiply your cframe by a new CFrame instance using CFrame.Angles