How are animations replicated to everyone on the client?

I’m trying to use Moon Animator animations to create a game.

I was animating on the client and used a local server test of 2 people wondering if it replicated to all clients despite the AI assistant saying it wouldn’t.

My animation replicated to the server and all the clients, how is that?



Typically when a player spawns in Roblox they will have an Animator inside of their humanoids.
This object is responsible for loading and replicating animations.

Animators are often created on the server but if you delete it with a server script and create a new animator in a client script it should stop replicating.

I cannot exactly tell however how the replication works because a lot of that stuff happens internally.
But just know that the Animator is responsible.

1 Like

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