Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I play a walking animation for a custom npc model whenever it's speed is not zero?

Asked by 4 years ago
Edited 4 years ago

I'm using the .Running event for a humanoid, and it doesn't seem to work. Any work around so that the animation only plays when the npc is moving?

EDIT: I apologize, this was an issue with the code itself, I had a never ending while loop on top of the event function for the animation. The issue is resolved.

1 answer

Log in to vote
0
Answered by 4 years ago

This was solved when I realized the issue was elsewhere. I had used the same method described in this post and I can confirm that this will work for even custom npc models

https://scriptinghelpers.org/questions/23797/playing-a-walk-animation-in-a-custom-character-updated-script

Ad

Answer this question