Npc idle animation not working

  1. What do you want to achieve? Keep it simple and clear!
    I want to have a npc to have 2 idle animations.

  2. What is the issue? Include screenshots / videos if possible!
    Npc will not stop the idle animation until it got disturbed

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve tried to search multiple devforums. tried to loop and unloop idle animation multiple of times

The script im using is the one that comes with the player. The npc need to have a walking animation. Default idle animation work fine but when its a custom one it doesnt work properly

1 Like

Check the Animation Priority that you have set.
https://developer.roblox.com/en-us/api-reference/property/AnimationTrack/Priority

After i make the animation idle priority using roblox animation editor it still play once. do i need to change the priority to something else?