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.
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.