How To Make Such a Leg Rotation When Walking?

How To Make Such a Leg Rotation When Walking?

I’m making a game and I need help

How to make such a turn of the legs when walking?

This is about to be a standard behavior of the Roblox default character controller, so my recommendation would be to just wait for it to be enabled. What you see requires a set of 8-way movement animations that include strafing and diagonal animations.

3 Likes

Like how @EmilyBendsSpace you need 8 animations, forwards, backwards, left, right, and all the diagonals. Then you would have to figure out which one to pick from (probably using the humanoid’s movedirection property along with the character’s “y” orientation).

1 Like