not much to say here...
I made it so when they respawn, they still have it.
Access = {"hi"} a = game.Lighting["Name of gui"] game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(character) for i,v in pairs(Access) do if p.Name:lower() == v:lower() then a:clone().Parent = p.PlayerGui end end end) end)
~Thank me by accepting this answer/bumping up my reputation!