Do animations run on the server if made on the client?

Just a quick question. If :LoadAnimation is used on the client does it replicate to the server?

Yes, it replicates to the server.

1 Like

From the wiki:

If an Animator is a descendant of a Humanoid or AnimationController in a Player’s Character then animations started on that Player’s client will be replicated to the server and other clients.

If the Animator is not a descendant of a player character, its animations must be loaded and started on the server to replicate.

AnimationController (roblox.com)

1 Like