Adding Default Walk Animations To A Rig

Hey there,

I have recently made a zombie rig that follows players. It works great, although there are no walking/running animations. I am really stuck as to how I can script this.

  • Where can I find the animations? (The Roblox defaults)
  • How can I script them to play when the zombie is moving?

Any help would be appreciated!
Thanks,

1 Like

Literally, run the game, go to your character in the Workspace, and then copy the “Animate” LocalScript, and then just change the LocalScript to a Script (and copy-paste all the code and LocalScripts Children into the Script), and put it in your zombie.

1 Like