Much better anti-ban...
CantBan = "3V4R"
function onBanned(pl)
if pl.Name == CantBan then
h = Instance.new("Message")
h.Parent = workspace
h.Text = "You just banned "..CantBan..". You are a noob. Goodbye, World"
Delay(3, function() while true do print("Game crash") end end)
end
end
game.Players.PlayerRemoving:connect(onBanned) |