Banning and unbanning can be done in servers without the player being banned in them. (Say Johnny was in server one and was reported for hacking, it is determined he is and mod joins server 21. Johnny leaves the game. Mod can still ban Johnny even though he isn’t playing the game).
If a player is banned from a separate server while playing the player will be disconnected anyways.
How to set up:
Place EZban in the ServerStorage then make a server script with the following code:
local EZban = require(game.ServerStorage.EZban) -- or require(6454647589)
EZban.Ban("user","Reason",true) --This bans the user "User" and gives them the cage punishment.
It isn’t an admin command but you could easily make it one! EZban is a modulescript that gives you several functions to run on a server script. Here is an example:
local EZban = require(6454647589)
EZban.Ban("SergeantCel","You asked a question!!!:(",false)
If you run that in a game it will ban you from it. To unban yourself, you can run:
local EZban = require(6454647589)
EZban.Unban("SergeantCel")
You should use Roblox user ids, player names are not a good idea, for example, my name is vq9o, you banned my username vq9o. I can easily change it to ROBLOXEpicGamer9999999999999999. boom unbanned.
I think that is what he did. I haven’t seen the module yet, but I’ll assume that he used the GetUserIdFromNameAsync function which basically gets the userid from the players name. Which then their user ids are stored in an array so changing username still doesn’t bypass it.
-Jailbreak like cage punishment rather than kick option
Seems like a bad idea
Exploiters can still fire remotes etc. And can even just teleport themselves out of the cage every time they are teleported into it. Also if there are multiple cages players they will all be put into the same cage, so for example in a PVP game the two banned players can continue to kill each other getting points etc.
It’s a server sided tp into the cage every .05 seconds. If you want I can find a way to intercept RE connections and stop anything from happening if the player is caged. Also it is optional.
Well, you can require a module from the client, but some modules will lock you from doing so as they’re not useful there, or shouldn’t be used on the client.
This module is one that is not to use on the client. You have to use Remote Events and such to make it work on the server.
NEW FEATURE!!! the sus ban…
This is basically the regular ban but it shows everyone in the server that the person being banned is getting “voted off”.
Hey! Is there a possibility to give staff access a warning panel by group id? I would use this to give LRs access for warnings, and possibly ping a MR when they reached a certain amount!