Basic Admin Remade (BAR) is a free, open-source admin system for Roblox game creators. Built as a modern replacement for Basic Admin Essentials, it brings a polished UI, a four-tier rank system, 50+ built-in commands, and an extensible plugin API — all in one easy-to-install package.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Verveo/Basic-Admin-Remade/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Add Basic Admin Remade to your Roblox game in a few steps
Quickstart
Configure your first admin setup and run your first commands
Command Reference
Browse all 50+ built-in commands organized by category
Plugin API
Extend BAR with custom commands using the plugin system
What is Basic Admin Remade?
BAR gives Roblox game creators a fully-featured moderation toolkit without writing a single line of admin code. Out of the box you get:- Rank-based permissions — four tiers (Moderator, Admin, Super Admin, Game Creator) with per-command overrides
- Group integration — automatically grant admin ranks based on Roblox group membership and rank thresholds
- Permanent bans — powered by the Roblox Ban API or a legacy DataStore fallback
- Built-in UI — rounded corners, configurable transparency, modern Montserrat font option
- Plugin system — add any custom command without touching core files
- Music system, timed notifications, Trello integration, and much more
Download BAR
Grab the latest release from the Roblox releases page or the GitHub Releases.
Place the model in ServerScriptService
Insert the BAR model into
ServerScriptService in Roblox Studio.Configure your admins and settings
Open
main_script.lua and add player IDs to the admin tables. Adjust ExtraSettings.lua for ranks, notifications, and features.Key Features
50+ Commands
Kick, ban, fly, speed, god mode, message, teleport, and many more
Rank System
Four permission tiers with per-command overrides and group-based auto-ranking
Permanent Bans
Persistent bans stored in Roblox DataStore or the native Roblox Ban API
Music System
Play, loop, and control volume/pitch of sounds server-wide
Plugin API
Create custom commands with a clean, minimal plugin contract
Trello Integration
Sync ban lists and admin data with a Trello board via HTTP
Basic Admin Remade is free forever and open source. It is maintained by Boopup under the Verveo organization. Join the Discord at discord.gg/kMDQXANppm for support and updates.