How to make a custome loading screen on roblox studio?

hello who know how to make a custome loading screen like from roblox egg hunt 2017-2019?
and can send here a tutorial for how to do that… i am mean like that thumb246326007-640x360

1 Like

You want something easy like this?

1 Like

no i am mean like egg hunt the egg hunt loading screen remove the roblox loading screen (the orginal loading screen i mean)

2 Likes

i am need a loading screen that remove the roblox loading screen is anything :slight_smile:

1 Like

You just need to call ReplicatedFirst:RemoveDefaultLoadingScreen(), in a localscript parented to ReplicatedFirst, that will remove the loading screen.

thank you Jewlas1 for help :slight_smile:

1 Like

No problem! If your problem was solved, be sure to mark it as solved!

where i am new at the roblox developer forum…

2 Likes

In my comment, there should be a checkmark, if you click it, you mark this post as solved.

1 Like

Here is a link to a video of AlvinBlox that I found very useful https://www.youtube.com/watch?v=rb6lUFCtvgc

This looks like the teleporting Gui, not a full loading screen. You’ll have to do a lot more than just use RemoveDefaultLoadingScreen.

For a proper loading screen, you will have to create the actual gui and have that show after you’ve called RemoveDefaultLoadingScreen. As for how to get it to appear during teleports, there is a parameter in some TeleportService methods that allows you to specify a teleporting gui to be used. You can also just use the SetTeleportGui function.

2 Likes