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.
1 | game.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 |
8 | end |