What is this?
This is a simple admin system module that is used for administrating your game. Add custom admin commands with ease. The system is fairly easy to use for non-scripters.
If you see a way to improve this system, then feel free to let me know!
Information:
How do I use this?
Enable (Studio Access to API Services / Datastores) in the Game Settings. Require the module from the Server and is necessary to work.
How do I find my own UserId?
Go to your Roblox profile. Look at the URL and you will see numbers. All of those numbers are your UserId.

How to add admins?
Step 1:
Find the main script (Admin) module and open it up.
![]()
Step 2:
To add an admin you simply add UserId’s in the Administrators table as shown. It should look something like this {30492533, 30492533, 30492533} if there would be three admins in total.

Available commands?
Ban, Kick, Speed, Jump, Kill, God
How to use the commands?
- !kick DisplayName Reason
- !ban DisplayName Reason Duration
- !god DisplayName
- !kill DisplayName
- !speed DisplayName Speed
- !jump DisplayName Power
Will this system be updated?
This system will indeed be updated once necessary.