My animation script is too slow

My animation is too slow, and whenever I activate it the ability is already over once the animation has run it’s full course. How do I make it faster?

    
    local animInstance = Instance.new("Animation")
    animInstance.AnimationId ="rbxassetid://7035017037"
    local AttackMAnim = humanoid:LoadAnimation(animInstance)
    AttackMAnim:AdjustSpeed(100)
    AttackMAnim:Play()

You’ve also tried decreasing the animations length manually (editor), right?

Not really, no… I use moon animator and afaik the animation length changer thingy is in the one Roblox provided for us

You could try that, I’ve used it myself to speed up a few animations. (although, they were idle animations mainly, and make sure to have a backup)