[STANDALONE] Staxzs Loading

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.

Install:

Video Preview:

3 Likes

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)