Animation Loading Issue

Anyone know why my animations don’t load for everyone else properly?

In the client of the player, it usually loads normally. It’s using roblox’s animate script with it’s values being changed sometimes.

image
what server sees (other players) ^

image
what client sees ^

Anyone able to help me out with this?

Blockquote with it’s values being changed sometimes

if the animate script is a local script, other clients won’t be able to detect the “changed values” (im assuming you’re changing the animationIDs?).

Sorry for the late response, all animation values are changed in the server, we only play the animations via the animate script and client side, which should still run it across the server due to animations running across all.

Yet to figure this out. Any help?