Hey,
How would I go about applying a walk animation to an NPC that would play if the NPC is moving?
Thanks.
PS - not sure if this is the right category, do inform me if it isn’t.
Hey,
How would I go about applying a walk animation to an NPC that would play if the NPC is moving?
Thanks.
PS - not sure if this is the right category, do inform me if it isn’t.
You could just change its “walk” animation inside the Animate
script, keep in mind you’ll need to first export the Animation inside the editor in order to publish it
Like Jack said, you can insert a local Animate script inside the NPC, and then find the Walk value. Inside the value should be an animation. Replace the AnimationID with your animation!
It should work perfectly.