|
| 19 Aug 2015 05:34 PM |
local set = require(script.Settings) game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(rblx) wait(1) function tableContains(t,value) for _, v in pairs(t) do if v == value then return true end end return false end if tableContains(set.Mods,plr.Name) or tableContains(set.Admins,plr.Name) or tableContains(set.Operators,plr.Name) or tableContains(set.Owners,plr.Name) then local g = script.Parent:findFirstChild'GuiCommandsGui' if(g~=nil)then local admin = g:Clone() admin.Parent = plr:findFirstChild'PlayerGui' end end end) end)
There's no errors in the output PLEASE HELP ME
would you like a cup o' t? (っ ◔◡◔) っ |
|
|
| Report Abuse |
|
|
| 19 Aug 2015 05:41 PM |
o my god just help me already pls
would you like a cup o' t? (っ ◔◡◔) っ |
|
|
| Report Abuse |
|
|
| 19 Aug 2015 05:48 PM |
| print() is a wonderful thing |
|
|
| Report Abuse |
|
|
| 22 Aug 2015 09:08 AM |
stupid trolls...
would you like a cup o' t? (っ ◔◡◔) っ |
|
|
| Report Abuse |
|