As you can see, my walk animation is showing up on the client, but for other players/the server, it does not, I have it set to movement? and its not, any help?
1 Like
You need to use RemoteEvent to see at server side. You can detect if a player walks from LocalScript, then you can fire a RemoteEvent. Then you can start playing animation from server (Normal Script). So everyone can see it.