How to add walking animation to dummy?

Hi,

Why isn’t it added by default? How do I add the default walking animation to my npc?

2 Likes

Play the game, copy the Animate script from your character, stop the game and then paste it into the dummy.

Its an older Animate code, but it checks out.

Animate.rbxl (122.0 KB)

I tried that, but still nothing. It’s not working

Does it work when you use a script (not local)?
I think it would work if you just copy the code of the Animate and paste it into a normal script

1 Like

It works But you havto change the “Humanoid” name to “NPC”