Custom walk animation not replicating to other players

Asking for a friend

I’m trying to replace the ROBLOX walk animation with a custom walk animation by copying the Animate script from play solo and pasting it into StarterCharacterScripts and then replacing the walk and run animations under the script with the ID for my custom walk, I also changed the IDs for the walk and run animations under the animNames table in the animate script. The animation plays fine for myself, but it doesn’t play at all on other players on my client. Some players say that the roblox default walk plays on other players instead of the custom walk animation I added, but for me everyone else just doesn’t have a walk animation at all.


2 Likes

This becomes a problem when you have them both as the same Id’s. I found it working as soon as you change either one of them to that Id (albeit I forgot which animation it was).

5 Likes