Hello all, I made this simple module that will blacklist Serverside groups or regular groups. And I’d like some feedback on this Module and ways i can make it better.
You can actually try it out here
TestModule.rbxm (2.0 KB)
- How to use (Simple)
Insert the module into Replicated Storage
Make a new Script and put it into ServerScriptService - Coding Time
Example Code:
local ModuleScript = require(game.ReplicatedStorage.BlacklistModule)
ModuleScript:BlacklistGroup(GROUPID, "REASON") -- Put your reason here
If you actually want to use this, I don’t mind fidgeting with the code to add updates. I don’t think it’s ready for game use!
(Disclaimer) If you want to make it more secure, insert it into Server Storage! not sure if its necessary to do that but yes.