mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-15 21:41:53 +00:00
12 lines
155 B
Lua
12 lines
155 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
local GuiModule = {}
|
|
GuiModule.__index = GuiModule
|
|
|
|
local GuiService = game:GetService("GuiService")
|
|
|
|
|
|
|
|
return GuiModule |