Whether you simply need inspiration, want to mess around or just want to troll people, the RobloxLoadingGUI is now here, in a way in which you can control it.
Since Roblox uses CorePackages, CoreScripts, and other things, it can be quite challenging to fully copy the loading UI for your own use.
If you ever need to show the loading UI, or simply copy some instance inside of it, you can now do it easily. It can be used as a teleport UI.
KNOWN ISSUES
- The topbar is visible. (there is no fix)
- The loading UI can’t be made invisible when the module is required again.
- There is no text at the bottom.
- The “X” button does nothing.
USAGE
Using the module is quite simple.
module.ShowLoading(placeId, universeId, setTeleport)
-
Shows the loading UI.
-
placeId-Sets the thumbnail in the background to the thumbnail of the place. -
universeId-Sets the icon to the icon of the universe. -
setTeleport-If true, sets the loading UI to be the teleport UI.
module.HideLoading()
- Hides the loading UI
DOWNLOAD
Make sure to put the module in ReplicatedStorage! The module is to be used by the client only.
Loading.rbxm (112.3 KB)
A video will be coming later on.
Need an older loading screen? (not made by me)