Loading Screen
Exports
All client- & serversided exports included within this script. Exports provide callable functions that allow other resources to interact with this script's functionality.
If additional exports are required for your implementation, please submit a formal request through our ticketing system on the official Discord server.
Client Exports
ShutdownLoadingScreen
Manually shuts down the loading screen. This can be useful if you need to force close the loading screen under specific conditions.
exports['RxLoadingScreen']:ShutdownLoadingScreen()
The loading screen automatically shuts down when the player has finished loading into the server. This export is only needed for special cases where manual control is required.
Server Exports
No server-sided exports available at this time.
