What's the best way to make a custom admin system?

I’ve been trying to find ways to make a custom admin system. I know some people will say “just use an open source admin”. Well, I’m looking for a way to make a custom one.

UIs connected to the Admin
I want to connect UIs to the Admin system. What I mean by adding UIs to the Admin is like using Commands such as :message/:m, :hint/:h, :setmessage, :cmds, :admins and much more.

Commands for the Admin system
:m (message)
:h (hint/header)
:pm (private message)
:setmessage
:watch
:unwatch
:admins (admins list)
:cmds (commands list)
:to (teleport)
:bring
:re (aka refresh)
:res (aka respawn)
:kick
:ban (server ban)
:unban (removes server ban)
:bans (server bans list)
:pban (game ban)
:pbans (game bans list)
:unpban (removes game ban)
:shutdown

Also, I also want to know how I could make it where it could have Group Admin with admin levels like Level 1, Level 2, Level 3, Level 4, Level 5, Level 6 and etc.

Thanks to however is able to tell me how to do this.

1 Like

Hey, I’m not sure how to make one yet. But you can try HowToRoblox tutorials on it. Maybe Alvin_Blox or The Dev King have made a video on it but I’m not sure.

Here is the video: It teaches you how to script, UI etc.

1 Like

Thank you for the help. I’ll see if can do it