Skip to content

Instantly share code, notes, and snippets.

View merylloi's full-sized avatar
💭
I may be slow to respond.

MER.GG merylloi

💭
I may be slow to respond.
View GitHub Profile
-- LuminosityUI Library v1.0
-- Create UI Structure
local LuminosityUI = {}
function LuminosityUI:CreateWindow(title)
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui"))
gui.Name = "LuminosityUI"
gui.ResetOnSpawn = false