What Moderation Actions Should I put in my game?

Hello everyone, something I thought of while making a moderation module for any game was “What more can I put in this?”
this is a “service” module script meaning things like fly and whatever suits more of an admin command system like CMDR.

(also I feel like this is in the wrong category, correct me if i’m wrong)

I have the normal such as ban and kick. I also have warn and mute, but I want something else and I’m not sure what. Help would be useful!

Jail, Freeze, Kill, And Noclip sometimes that stops hackers.

should of specified, this is a “service” modulescript. Those are more intended to an admin command system, where I would use CMDR for that.

Two moderation actions you can add:

Server Ban: Add them to a table in ServerScriptService, kick them if they are in this table. Do not save this in a datastore - it should stay solely inside of this server. Use if someone is bugging you because you are an admin. They can still play your game, but they can’t join the server you blocked them from.

Extreme Ban: Block them from playing the game, and also block their friends. If it is an exploiter alt account, then if the alt is friends with the main, the main will be banned too. This is rather extreme, though, because false positives could make people unfriend innocent players,

1 Like