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

How could I display a Custom GUI instead of the loading screen while teleporting?

Asked by
Griffi0n 315 Moderation Voter
6 years ago
Edited 6 years ago

I'm not sure if it is possible. Example:

local player = game.Players.LocalPlayer
local TeleportService = game:GetService("TeleportService")
TeleportService:Teleport(--[[placeid]], player) -- I would try to make the default loading screen for this customized.
0
Elaborate. KingLoneCat 2642 — 6y

1 answer

Log in to vote
1
Answered by 6 years ago
Edited 6 years ago

Here's a tutorial on how to do it :

http://wiki.roblox.com/index.php?title=Custom_loading_screen

It should explain everything you need to know about custom loading screens.

0
I think he means that through-out the whole teleportation process, it should show one Loading screen chabad360 34 — 6y
Ad

Answer this question