A fully modular admin panel that eliminates the need to touch core code when adding commands or changing themes. Everything is driven by configuration — admins are managed through a clean ModuleScript, keeping the setup simple and readable.
Custom commands are created by duplicating a template module and editing the function inside. No messy edits to existing scripts, no risk of breaking something — just a clean, scalable pattern that grows with your game.
The panel also supports visual theming, so you can match it to your game's UI with minimal effort.
// Modular Admin System — in-game view