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 10 years ago

Can you make one? If so, how?

1 answer

Log in to vote
-1
Answered by
Nickoakz 231 Moderation Voter
10 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.

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

Answer this question