Animation script doesnt work

basically, i have a tool which is a bat and it has 2 swinging animations, one of them is a weaker swing, and the other is a “full swing” or a strong swing, then there is a hold animation. this is what it should be:
when you just press left click or dont hold it down long enough, it does the weaker swing, however if you hold left click down long enough it should do the stronger swing. but instead it does this:

CONTEXT: the first swing is the normal left click one, and the second is when you hold it down, however after the first 2 anims, anytime i normal left click it will play both swings.

1 Like

NEVERMIND: i solved it, i didnt set a variable to true/false when it was needed.