I tried doing my banland script, but it didn't work. Please help me proofread this!
banland = {"iiBallistic", "iiXynx"}
game.Players.PlayerAdded:connect(function(player) for _,v in pairs(banland) do x = game.Players:FindFirstChild(v) if x then y = player.Name if y = x then y:remove() end end end end)