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
Characterthen 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.
1 Like