Switching Animation Immediately

How do i make a animation just switch immediately?

i want a very clean animation switch and i have no idea how to script it

2 Likes

maybe preload the animation before playing it?

1 Like

I have found a way to preload the animation using ContentProvider:PreloadASync()
you can learn more about it here: ContentProvider | Documentation - Roblox Creator Hub

1 Like

Animation tracks have parameters that can change the fade time when playing and stopping. Change the fade time to 0 for both for clean cutting animations.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.