Walking animation looks weird on the server

I am using custom animations for my game, the walking animations looks good on the client but very weird on the server. I have tried different solutions from the forum but none seemed to really worked. Thanks for any help in advance.

Here’s a video of what I’m talking about

did you use the default Roblox animation script?

1 Like

yeah, do i have to do something else than just changing the id values?

Nope . I was just checking . Any chance you can help to check if there is an Animator Object in the Humanoid?

1 Like

it is since all other animations are playing correctly, only the walking one is problematic

hmmm, did you try reuploading the animation?

1 Like

i did it like 5 times lol :sob:, it still didn’t work

I found the problem somehow, the animation is behaving weird because the player’s walkspeed is set to 8. I increased it and the animation works fine now, guess I’ll code a script to fix this now.

1 Like