"Bulk loading" animations

Anytime I try to load an animation normally, the animation takes a second to actually load before it plays, then after that if I try to load that same animation again it plays immediately.

With that in mind, is there a way to make the player load every animation in the game as soon as they join, so that this 1 second animation loading sequence doesn’t happen at all?

1 Like

Use the “PreloadAsync” method in the “Content Provider” service using your animation id. ContentProvider | Documentation - Roblox Creator Hub

Although sometimes this service might fail so make sure to wrap it in a pcall function.

2 Likes

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