Changing walk/run animation threshold

Hello, I’m having a small problem with my run/walk animations.

I want my walk animation to play at 14 WalkSpeed, but it plays the run animation instead:
https://gyazo.com/23fd0b3d5fca353909b04639666f8a21

I use the Animate script that roblox provides to use my walk/run anims, so I know that editing that script will fix my issue, I am just not sure which line can solve my problem. I’m kind of bad at reading into that script so I was just wondering if anyone knew what line I had to change so the walk animation can play instead.

1 Like

Hello!
I’m pretty sure this is normal behaviour as the roblox Animate script picks the “RunAnim” over the Walk one, I think this link here should help you.

1 Like

Can you show me the code? If that’s okay.

Had to change a few things in the script but thank you for showing me this!

1 Like