How could i load every animation on the game when the player joins with an script, so it does not have to load for the first time when it plays and gets an delay or something like that?
Look into the ContentProvider service it has PreloadAsync, this yields until all the provided content is loaded, you could put this in a StarterPlayer local script.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.