Server character restructure

This commit is contained in:
2024-04-20 15:05:43 -04:00
parent 4baf7bff51
commit b82606d64c
21 changed files with 2 additions and 2 deletions

12
src/client/GuiService.lua Normal file
View File

@@ -0,0 +1,12 @@
--!optimize 2
--!native
--!strict
local GuiModule = {}
GuiModule.__index = GuiModule
local GuiService = game:GetService("GuiService")
return GuiModule