AGMS v1.0.2

AGMS - Administrative Game Management System
AGMS.png
AGMS — Administrative Game Management System

A complete, premium admin panel for Roblox experiences — polished interface, powerful moderation tools, and everything your staff needs in one place. Built for games that want professional administration without juggling dozens of loose scripts.

OVERVIEW

AGMS (Administrative Game Management System) gives you a single, elegant control center for your game. Admins open a responsive panel, run commands, manage players, review logs, chat with other staff, and adjust settings.

From simulators and roleplay games to first person shooters, AGMS helps you moderate faster, communicate better, and keep your team organized.

WHAT YOU GET
  • Full admin panel UI with smooth open/close animations, page transitions, and a modern layout
  • 133+ built-in commands with aliases — moderation, player tools, movement, visuals, server control, fun utilities, and more
  • Smart player targeting — select one player, many players, teams, groups, radius, random, and more; chain multiple commands in one line
  • Global Search — find online players quickly, look up UserIds, and search offline usernames (when HTTP is enabled) with avatars, bans, warnings, notes, and quick actions
  • In-game configuration — change panel name, command prefix, hotkeys, admin list, and more without touching code (for authorized owners)
  • Cross-server tools — global bans, announcements, shutdown signals, and private admin chat across servers
  • Admin chat — staff-only messaging with notifications even when the panel is closed
  • Live logs & webhooks — moderation events logged in-panel; optional Discord webhook support
  • Built-in documentation — every command, selector, and shortcut explained inside the panel
  • Multiple theme options — Dark, Light, Midnight, Glass, Noir, Rose, and Forest, etc and per-player UI preferences
  • Rank-based permissions — six admin tiers from Moderator to Owner, with sensible limits on who can promote whom
  • Optional addons folder — extend AGMS with your own custom commands
FEATURES
| Moderation | Kick, ban, tempban, unban, mute, warn, jail, and more |
| Player control | Heal, kill, god mode, freeze, invisible, fly, noclip, teleport, speed, appearance effects, etc |
| Server | Announcements, lock/unlock, shutdown, time, gravity, fog, music, countdown |
| Staff workflow | Dashboard, player list, command browser, quick palette, logs, server page |
| Cross-server | Global message, global ban, global shutdown, admin chat |

REQUIREMENTS

For the best experience, enable these in your experience’s Game Settings when you use the related features:

| HTTP Requests | Offline username search in Global Search |
| API Services | Allows the use of the Roblox/Roblox-Studio API |

AGMS works without HTTP — online players and numeric UserIds are still fully supported.

INSTALLATION

You will receive AGMS ready to drop into your experience. Choose the method that fits how you work:

1. Open your experience in Roblox Studio.
2. Insert or merge the provided AGMS assets into the correct services:
- ServerScriptService → AGMS (server)
- StarterPlayerStarterPlayerScripts → AGMS (client)
- ReplicatedStorage → AGMS (shared)
3. Save and publish your place.

FIRST-TIME SETUP

1. Add yourself as an admin
Open ReplicatedStorage → AGMS → Config and add your Roblox UserId with level 6 (Owner).
Example: [YOUR_USER_ID] = 6

2. Play-test the game
Join as an admin. Press your panel toggle key (default is configurable in Config; many setups use a single letter key).

3. Open the in-game Config page
As the experience owner, you can change the panel name, command prefix, toggle key, admin list, and other options. Changes save automatically and apply across servers.

4. Optional — Discord logging
Create a StringValue in ServerStorage named AGMS_DiscordWebhookUrl (IF NOT THERE ALREADY) and paste your webhook URL. Moderation events can then post to your Discord server.

5. Optional — custom commands
Add ModuleScripts to ReplicatedStorage → AGMS_Addons to register your own commands alongside the built-in set - We are going to be integrating paid addons.

HOW TO USE AGMS

Opening the Panel:
  • Press your configured toggle key (set in Config or the in-game Config page).
  • A floating shield button can also open the panel when it is closed (can be turned off in settings).

Running commands:

- Type your command prefix in chat (default) followed by the command name and targets.
Example: kick PlayerName Breaking rules
  • Use the Commands page to browse everything you have access to.
  • Press C while the panel is open for the quick command palette with autocomplete.
Finding Players:
  • Press K for Global Search — search by name, partial name, or UserId.
  • From search results you can teleport, bring, kick, ban, unban, add notes, and more in a few clicks.
Panel Pages:

| Dashboard | Overview and quick actions |
| Players | Everyone in the server |
| Search | Global player lookup |
| Commands | Full command list for your rank |
| Chat | Private admin chat |
| Logs | Recent moderation and system events |
| Server | Server-wide tools and status |
| Config | Panel and permission settings (authorized users) |
| Docs | Built-in help — commands, selectors, shortcuts |

Admin Ranks:

| 6 | Owner | Full access + global config (experience owner) |
| 5 | Co-Owner | Nearly full access |
| 4 | Head Admin | Server shutdown, lock, broadcasts |
| 3 | Super Admin | Advanced commands |
| 2 | Admin | Ban, kick, teleport, visuals, and more |
| 1 | Moderator | Mute, warn, freeze, basic tools |

Lower ranks cannot promote or demote anyone at or above their own level. The experience creator is protected from bans and cannot be removed from the admin list.

Theming & Personal Preferences:

Open Config or Personal Preferences to switch themes, set a custom accent color, adjust UI scale, animation speed, and optional UI sounds. Each player’s visual preferences are saved for them.

Frequently asked questions:

Q: Do I need programming experience?

A: Basic Studio knowledge is enough. Adding your UserId in Config is a one-time step; after that, most setup can be done in the in-game Config page.

Q: Can multiple games use one purchase?
A: Use AGMS in experiences you own or operate under your license. You may not share the files with other developers or sell them as part of another product.

Q: Does AGMS work in Studio?
A: Yes. Admins can test the panel while play-testing in Studio. Some live-only features (cross-server, DataStores) behave like any published game — test in a published experience for full behavior.

Q: How do I add more admins?
A: Add UserIds in Config → Admins, use the in-game Config page (if you are the experience owner), or use in-game permission commands if your rank allows it. You can also tie ranks to Roblox groups or game passes via Config.

Q: Can exploiters bypass the panel?
A: All important actions are validated on the server. The panel is a control interface — security comes from server-side permission checks, not from hiding the UI.
- An anti-cheat addon is currently being developed.

Q: Why can’t I open the panel?
A: Confirm your UserId is in the admin list with level 1 or higher, you are play-testing as that account, and AGMS finished loading (a short status banner appears during bootstrap). Check that folders synced to the correct services.

Q: Global Search doesn’t find offline players.
A: Enable HTTP Requests in Game Settings. Without it, search still works for players in the server and for numeric UserIds.

Q: How do I change the command prefix or panel hotkey?
A: Use the in-game Config page (owner) or edit ReplicatedStorage → AGMS → Config before publishing. The Docs page always shows commands with your current prefix.

Q: Is Discord webhook required?
A: No. It is optional. Add AGMS_DiscordWebhookUrl in ServerStorage only if you want moderation logs sent to Discord.

Q: Will AGMS conflict with my other admin systems?
A: AGMS uses its own prefixed remotes and DataStore keys to reduce clashes. Running two full admin panels in one game is not recommended — pick one system per experience.

Q: Does the experience creator get special protection?
A: Yes. The creator cannot be banned by AGMS and cannot be removed from the saved admin list.

Q: I bought this but lost the download. What do I do?
A: Use BuiltByBit’s download area for your purchase. Open a ticket on the listing if you need help recovering access — do not share files in public channels.

Q: Can I request features or report bugs?
A: Use the BuiltByBit discussion or support channel linked on this listing. Include your AGMS version (shown in-game via the version command or Docs page) and what you expected to happen.

AGMS — Administrative Game Management System · Professional moderation and server management.
Buy a license now
$14.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 month
Share and earn
Refer this resource and earn a 10% commission.
824 Views
16 Purchases
17 Downloads
May 18, 2026 Published
N/A Updated
Not yet rated
275.1 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. System
  1. Staff & admin
Supported languages
  1. English
Creator
Recommended for you
A server and player management admin panel with tons of features!
5.00 star(s) 8 ratings
154 purchases
An easily customizable/modifiable rank/level system for your Roblox game!
Not yet rated
36 purchases
A Radar/Navigation System perfect for FPS or Military games!
Not yet rated
26 purchases
A really easy to integrate advanced announcement system!
Not yet rated
8 purchases
A really easy to integrate and fully customizable Rules UI.
Not yet rated
4 purchases
Share and earn
Refer this resource and earn a 10% commission.
824 Views
16 Purchases
17 Downloads
May 18, 2026 Published
N/A Updated
Not yet rated
275.1 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. System
  1. Staff & admin
Supported languages
  1. English
Creator
Recommended for you
A server and player management admin panel with tons of features!
5.00 star(s) 8 ratings
154 purchases
An easily customizable/modifiable rank/level system for your Roblox game!
Not yet rated
36 purchases
A Radar/Navigation System perfect for FPS or Military games!
Not yet rated
26 purchases
A really easy to integrate advanced announcement system!
Not yet rated
8 purchases
A really easy to integrate and fully customizable Rules UI.
Not yet rated
4 purchases
Top