How can I fix the animation seen by another player?

Hello I’m DarkBegin I’m working on a game using custom animations, when you buy an animation pack in my game, you have a new idle animation, new running, new falling, and more.
Run and walk are supposed to use the same animation but when I see another player moving slowly, instead of playing the run animation slowly. It happens something of annoying.
A normal player in my game :


When I’m watching another player having the same animations than me :

Yes, he goes on T Pose.
Any idea to hide this T Pose animation from nowhere ???
I’m using this script

Try using a serverscript. You may want to change it to a serverscript, remove the chat code inside (just search up chat in the script) and move it into the player.

2 Likes

Use serverscripts as Iggy mentioned

1 Like

Hey iggyDev thank you for trying to help me but I don’t find the chat code. Is it that ?


Also I replaced the local script by a server script as you mentionned but it’s broken, my character is always in T pose right now.
image

Yeah, this is it, try removing it and it should work?

Hmm it doesn’t work and my other friend told me serverside will make the game laggy. Too bad…

Serverside won’t make the game laggy. Could you possibly send the animate script you are using as a .rblx file?

1 Like

Animate.rbxm (10.0 KB)

1 Like