Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My banland script doesn't work?

Asked by
phriol 25
8 years ago

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)

Answer this question