How can you make an actual loading screen?

Ok so, i was wondering if there is a way to make an actual loading screen because i’ve seen some games that their loading screen wait until everything loads.

I’ve searched on youtube but no one has done this. All videos have a set time for the loading to finish.

Any help is appreciated :slight_smile:

2 Likes
3 Likes

Use:

if not game:IsLoaded() then
    game.Loaded:Wait() 
end
2 Likes