How to make animations snap from one to another?

In alot of roblox games, when an animation starts the old one ends and the animation instantly snaps to the next animation. With normal animation use, however, the animations smoothly tween to the first keyframe of the animation. How do I disable this tweening?

2 Likes

You need to use the AnimationTrack:Stop() method and set the fadeTime parameter to 0. This will make it instantly stop without smooth transitions.

2 Likes

I will try that and report back to you if it works. Thank you.

1 Like

This has worked for me. Thanks.

1 Like

No problem. Also, Ensure to mark my reply as the solution so people know that this has already been solved and fixed.

1 Like

Alright. (Guess you can see Iā€™m new here)

1 Like