Add Gui Inputs (Unable to test)

This commit is contained in:
Cooldude2606
2017-07-02 11:17:22 +01:00
parent 9241ef28ae
commit 45798b7b88
9 changed files with 248 additions and 2 deletions

View File

@@ -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