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.