Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to send players to different game without the default loading screen?

Asked by
Galicate 106
6 years ago

Ive seen games where they send you to different games without having the loading thing in the bottom right corner and the name. How do they do it?

1 answer

Log in to vote
0
Answered by
theCJarmy7 1293 Moderation Voter
6 years ago
Edited 6 years ago

You sir, are in luck, what you're asking is very easy to do, for the Teleport() function has an option to take away the default loading screen.

local gui = SomeScreenGuiThatYouWantToUseAsALoadingScreen
game:GetService('TeleportService'):Teleport(1818, game.Players.Telamon,"Teleportin", gui)

For more information on custom loading screens with TeleportService, read the wiki article about it.

Ad

Answer this question