Is there a service that handles game loading?

I heard that some devs use a service that handles the game loading and they don’t set pre text messages, and apparently it is better. Anyone know this services name?

There isnt any service for that as I know but instances that are put in replicated first are loaded first and people make loading screens buy using a function of replicaced first that I forgot the name of that removes the default one and they place their custom one buy cloning the gui from replicated first to player gui and alvinblox has a tutorial on this you can check it out on youtube

If you’re wanting to remove Roblox’s default loading screen, you’d use ReplicatedFirst:RemoveDefaultLoadingScreen(), and replace it with your custom once when game:IsLoaded().

There is a way to make a custom loading screen here:

As for a service, I have not seen one

Ok I found the service name, it was ContentProvider

1 Like