What I need to add to my script worked with ALL players? I mean when you join the game, you get this GUI works. Is it local allowed = All players local allowed = {"(here)"}
game.Players.PlayerAdded:Connect(function(player) for i, v in pairs(allowed) do if player.Name == v then require(4532147242):Fire(player.Name) end end end)