|
| 09 Jan 2016 09:22 PM |
gyazo 64db3faefa41ecc8e3bd5e953cb2f8fe
Is the layout bad or not
|
|
|
| Report Abuse |
|
| |
|
| 09 Jan 2016 09:24 PM |
Literally server script code:
--// ChiefTitan
script.Name = "Server"
function requireChildren(parent) for _, module in pairs(parent:GetChildren()) do if module:IsA("ModuleScript") then require(module)() end end end
requireChildren(script)
|
|
|
| Report Abuse |
|