Commands Done

This commit is contained in:
Cooldude2606
2017-12-02 16:43:07 +00:00
parent b49f036839
commit 7e4863ffba
2 changed files with 39 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ Pass a table with the names of the objects you want and it will be return in tha
local ExpCore = {}
require '/commands'
ExpCore.Ranking = require '/ranking'
--[[ExpCore.Ranking = require '/ranking'
require '/ranks'
ExpCore.Server = require '/server'
ExpCore.Gui = require '/gui'
@@ -26,7 +26,7 @@ require '/GuiParts/inputs'
require '/GuiParts/toolbar'
require '/GuiParts/center'
require '/GuiParts/left'
require '/GuiParts/popup'
require '/GuiParts/popup']]
return function(rtn)
local to_return = {}