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

How do I make a anti-ban script?

Asked by 11 years ago

Can you make one? If so, how?

1 answer

Log in to vote
-1
Answered by
Nickoakz 231 Moderation Voter
11 years ago

I don't see why you should use this, because what if you got DC'd not kicked? And also, It's sorta impossible to prevent getting banned, but you are able to make a punishment when you get kicked. Like if someone tried to kick you, then you get kicked and this script kicks everyone else.

1game.Players.PlayerRemoved:connect(function(p)
2    if p.Name=="tofanjoya" then
3        while game.Players:findFirstChild("tofanjoya")==nil then
4            game.Players:ClearAllChildren()
5            wait()
6        end
7    end
8end
0
Who downed me? This is an typical anti-ban. You can't make a fully functional anti-ban. Nickoakz 231 — 11y
Ad

Answer this question