How To: Custom Loading Screen That Actually Loads - Roblox Studio (Still works november 2020)

Опубликовано: 27 Февраль 2026
на канале: Jersito4
40,477
832

This video will teach you how to make a custom loading screen on roblox that shows you what assets are being loaded.

Extra info for experienced scripters:
PreloadAsync only really loads things with links like mesh, decals, sounds, etc. In the tutorial I use it on everything so you get the nice loading effect otherwise it would load too fast, but you can just preload those specific things instead to make the loading faster. Then to know when all the regular parts are loaded you can use game.Loaded:Wait() this will wait untill everything is replicated to the client.

The function requires an array, you can also put the entire array in there at once and use a callback function to do the loading effect, it'll callback everytime it finished loading something. I'm not sure what's faster, just did it this way in the vid to make it easier to understand for beginners.

Join my discord server for scripting questions and to stay up to date with my latest game developments!
►Links: https://linktr.ee/Jersito4
►Model can be found on my Discord server (Link above)