Animations not replicating properly (Client to Server)

My animations are loading on the client it played on, but not the server or other clients. Example:

The left side is not replicating what the right side is doing. The animation is loading in via the Animate script ROBLOX is providing through the humanoid’s animator. Do I have to play the animation on the server?

What I’ve tried:
1.Creating a new animator and parenting it to the npcs humanoid.

If you are playing the animation Localy and the object is not your character then you have to replicate it yourself casting a message from a client to server then to all the other clients telling when to start and stop, or play it on the server.
Only animations in your character autoreplicates.

1 Like

Set the characters network owner to the player

Character:SetNetworkOwner(player)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.