Help with tool animations

I have a tool with two animations: an idle animation which is looped and a swing animation.
The idle animation is looped and should play whenever the player is standing still.
The swing animation plays when the tool is activated.

However I have a problem that the looped animation is interrupted by any action the player makes and it doesnt resumed. I’ve tried to play around with the priorities of the animations but then the idle animation overrides the default walking animation. I want it to be inerrupted by the player moving or swinging and then it resumes after. But everything I try it’s really glitchy and not working.

So if i understand this correctly, you have an animation for a tool that continues playing when you walk, jump,ect? If this is so, did you animate every part of the rig?

What you should do here is check locally if the player is walking and stop it whenever he starts, resume it whenever he stops.

1 Like