How to make animation faster?

Haai so I have been trying to make a animation track using the AnimTrack:AdjustSpeed() function but it does not work, is there any other ways I can use besides using the animation editor? I have also been looking at other post but none worked for me. Can someone help me please?

it probably doesn’t work because you’re calling it before you’re playing the animation. try running AnimTrack:AdjustSpeed() after playing the animation.

Oh my god it works! thanks a lot! :slight_smile: