mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Add Gui Inputs (Unable to test)
This commit is contained in:
@@ -18,6 +18,12 @@ local credits = {{
|
||||
}}
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
|
||||
credit_loop(require("ExpGaming - Modlue Setup"))
|
||||
credit_loop(require("ExpGaming - Inputs"))
|
||||
credit_loop(require("ExpGaming - Toolbar"))
|
||||
credit_loop(require("ExpGaming - Center Gui"))
|
||||
credit_loop(require("ExpGaming - Left Gui"))
|
||||
credit_loop(require("ExpGaming - Player Table"))
|
||||
credit_loop(require("ExpGaming - Popup"))
|
||||
--Please Only Edit Above This Line-----------------------------------------------------------
|
||||
return credits
|
||||
Reference in New Issue
Block a user