local banned = {PlayerName} game.Players.PlayerAdded:Connect(function(player) for i,v in pairs(banned)do if player.Name == v then end)