How can I make a Vesteria Loading Screen?

Hello!

So I was wondering, how can I make a loading screen like Vesteria’s? (i.e. it shows a picture instead of the default Roblox Loading Screen)

I’ve tried using the TeleportService’s loading screen thing, but it shows a picture, then switches to the default loading screen, then puts you into the game.

Any help is appreciated greatly. Thanks!

2 Likes

This will allow you to define a static Gui to be used when teleporting to other places as opposed to the default loading Gui. Various teleport methods allow you to specify this as well.

When it comes to your Start Place however, there’s no way to avoid that. You can use ReplicatedFirst.RemoveDefaultLoadingScreen but the screen will exist for 5 seconds before removing itself and that can’t be avoided.

5 Likes

How does Vesteria do it, then? I’ve never seen the default loading screen, unless its right after you click the Play button on the site.

The same way I specified above. Setting a teleport Gui will automatically disable the default game loading screen for teleports between places in a game. Several games already do this.

Read the whole post. You can void the default screen for all places except your Start Place when being joined from the website.

3 Likes