Simple yet mesmerizing loading screen!
This loading screen was heavily inspired those landing pages with tiles that do some simple yet I would argue cool effect.
This loading screen was heavily inspired those landing pages with tiles that do some simple yet I would argue cool effect.
Doen’t leave the loadingscreen :c
Hello,
The loading screen doesn’t shut itself down, it depends on some other script on disabling it like your multi-character. If you need a snippet:
CreateThread(function()
while true do
Wait(0)
if NetworkIsSessionStarted() then
ShutdownLoadingScreen()
ShutdownLoadingScreenNui()
return
end
end
end)