Custom animations for movement in all directions

I am trying to figure out how to make a script that has animations for moving in all directions (and yes I’ve tried inverse kinematics I just don’t like how it looks and idk how to make my animations work in it.) I don’t know where to start. Help is appreciated.

2 Likes

Maybe use UserInputService and check what key they are pressing and if they are walking? The code for that might look messy tho

1 Like

Have you perhaps tried using Humanoid.MoveDirection? (unless you tried it already)

1 Like

I assume you mean strafing animations, which has been added by roblox a while ago.
It doesn’t use IK but rather animations

You can get the entire rip of the strafing animations here

(Note: the animations only work on R15)