I am working on a Gui admin system
--Mag's Commands V0.1
admins = {"magoo8","Player1","Player2","Player3"} --Put your name here
while true do wait(0.5) if game.Players:FindFirstChild(admins) then script.Parent.Open.Visible = true end end
Might work..
--Mag's Commands V0.1 admins = {"magoo8","Player1","Player2","Player3"} --Put your name here AdminEnabled = false if game.Players:FindFirstChild(admins) then AdminEnabled = true end
--Mag's Commands V0.1 admins = {"magoo8","Player1","Player2","Player3"} --Put your name here while true wait(0.5) if game.Players:FindFirstChild(admins) then script.Parent.Parent.Open.Visible = true end
Pretty sure this might work.