How to rotate a player using CFrame

Oh god, I just tested setting orientation of the humanoidrootpart, and it makes you walk sideways depending on which direction you look.

2 Likes

Yeah, I think it was the W key, thanks.

1 Like

right,but if you always teleport looking in the same direction, you can change the orientation how you want based on that, at least for me it works fine like that

1 Like

Still best to update the CFrame instead of the Position or the Orientation. Updating the CFrame also moves anything that is connected by joints to the part.

1 Like

oh, i didnt know that it also moves things connected with joints, thank you!