Animation Working On Server Side, but not Client Side

You can write your topic however you want, but you need to answer these questions:
I’m trying to make an NPC that attacks you, but I don’t like the default animations. So one of my friends made the run animation.

The animation weirdly works on server side, but not client side.
https://gyazo.com/0d3101797f7f9f83c21e734c0ab2fcea

I’ve tried looking for solutions, but everyone else’s problem is it isn’t showing up on server side.
I’m using the animate local script that is put into every player at the start of the game, but I changed it to a script so it is server sided.

Any help is appreciated.

1 Like

Did you remove the Chat thing in the Animate script. It has a Chat function you must remove since you are animating a NPC and no a Player. If you dont remove it will break the script and this might be your problem.

Yeah I removed it, also there are no errors in output so I’m kinda confused.