Need help, How would I make the player tilt like this:

What’s good! Title says it all, How can I make the player tilt like this video:
https://gyazo.com/e695294e74af9a59d53173ab285ebac7

Notice how the player tilts left and right when they move in that direction? That’s what i’m confused about. Any help would be awesome! Thank you!

4 Likes

Get the move direction of the humanoid relative to your rootpart and then rotate the torso motor to match the move direction

How would I do this? I already know how to get the Rootpart, and MoveDirection. I’m not sure about rotating it to the desired position? (Thank you for replying!)

There is a motor 6d in the lower torso of a character. You can change the CurrentAngle of the motor called “Root”.

This should help you out

8 Likes

Thank you! This helps a lot! : D