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
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
maybe preload the animation before playing it?
I have found a way to preload the animation using ContentProvider:PreloadASync()
you can learn more about it here: ContentProvider | Documentation - Roblox Creator Hub
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.