Admin commands for YOUR roblox game!

Would be better off to either:

  • Create an IDE with this so people can create custom commands at runtime (in-game)
Module.AddCommand(plr,"!","kick",Kick,true)
  • Remove the adding commands totally since it would be useless. If administrators cannot give custom functionality to custom commands then what’s the point of it? Just create it all in a module and index the table with the correct command, then run that pre-made function.

This poll seems 50/50, either it’s good or it’s bad.

There’s no word for “It needs improvement” or other relevant options.


Ah yes, I forgot one last thing!
Several topics like this already exist, there is no need for another one:

How To Make Admin Commands, A More In-Depth Guide: Part 1 - Resources / Community Tutorials - DevForum | Roblox

Modular Admin Commands - Resources / Community Tutorials - DevForum | Roblox

How to make chat commands using the lua chat system - Resources / Community Tutorials - DevForum | Roblox

1 Like