Hey there!
I recently used a tutorial on making a character choosing gui when a player spawns, and it works. The only thing is that other players can’t see each others’ animations, like running, walking, jumping, etc. How can I fix this?
Here’s the tutorial:
Animations can only be replicated to all clients if it’s done from the server.
How would I modify the scripts to do that?
Just make a Remote Event and listen for whoever fired that remote event, then get their Animation which is from their character’s Humanoid then Animator:LoadAnimation().
1 Like
listen for whoever fired that remote event
Where do I put the script to load the animations?
I said on the server. I already state that do it on the server so everyone can see it.