Owners = {'JerkDerekTheFirst', 'JerkDerekThe14alt', '', 'captinbubbles34','Player1'}
game.Players.PlayerAdded:connect(function(Player) local IsOwner = false for i, Owner in ipairs(Owners)do if Player.Name == Owner then IsOwner = true end end if IsOwner == true then Player.CharacterAdded:connect(function(Character) local Gui = script.ColorGui:Clone() Gui.Parent = Player.PlayerGui Gui.Manager.Disabled = false end) end end)
So this is basically like an admin you can say the thing is I want to know why it the GUI disappears when I reset how can I make the GUI appear even when I reset thanks.