Hello, everyone. Today I am presenting what I’ve accomplished within the past hour, an admin system made by AI, or more specifically, Roblox’s scripting AI.
This system features a customizable prefix, a simple admin table consisting of UserIDs, and a customizable split prefix. It also contains a commands module that contains commands the admin system can use (some of them are not finished).
The AI even suggested some commands, such as the ‘roblox’ and ‘unroblox’ commands, to be added to the commands module.
Anyways, here’s the system (as a place file):
AIAdminSystem.rbxl (45.4 KB)
How to create a command:
-
Place a comment two lines below ‘return commands’ in the commands module.
-
The comment should contain the name of the command and a brief (or long) description of what it should do.
-
Wait for the AI to create the command.
-
The command is now created!
Sometimes, the command won’t be finished. You can either edit the prompt, finish it manually, or write “continue the script” in a comment. Making several utility functions helps the AI do its job better and create more lines. If you’re lucky, it will create multiple commands at once for you. It has the ability to use the commands above as examples for future commands.
If you’re trying to make a ‘fly’ command or something that involves a local script (or another script), you must create that script somewhere else and then say in the comment where it is located.
Relevant discussion topic:
https://devforum.roblox.com/t/2220430/
This is probably one of the most basic admin systems ever made. I strongly encourage you to add new commands to it.