How to make my animations faster?

I made a script where if I press a key it does an ability. Along with the ability, I also gave it an animation to make it more lively. Problem is, the animation takes four seconds to be completed when the attack is already finished.

How do I make my animation move faster? I use moon animator btw.

Try looking into AnimationTrack:AdjustSpeed

But AdjustSpeed() resets when :Play() is called. I suggest looking in the :Play() DevHub article and set the parameters.