-- [[ 1. THE LOADSTRING ]] --
local success, Luminaia = pcall(function()
return loadstring(game:HttpGet("https://https://[Log in to view URL]"))()
end)
if not success or not Luminaia then
warn("LUMINAIA ERROR: Could not reach GitHub or Source is broken!")
return
end
-- [[ 2. IDENTITY SETTINGS ]] --
Luminaia.User = "Prizmm"
Luminaia.Accent = Color3.fromRGB(255, 100, 200)
-- [[ 3. THE NOTIFICATION TEST ]] --
-- This checks if the BOLD font and Slide-up logic are working
Luminaia:Notify("STABILITY TEST: ACTIVE")
-- [[ 4. THE PILLAR TEST ]] --
-- This renders a single 1000px pillar to check alignment
local TestWindow = Luminaia:CreateWindow("STABILITY")
-- [[ 5. FORCE TOGGLE ]] --
-- Automatically opens the UI so you don't even have to press Right Shift
Luminaia:ToggleUI()
To embed this project on your website, copy the following code and paste it into your website's HTML: