Basic Admin Remade (BAR) is a free, open-source Roblox admin system built by Boopup (B00PUP) and Aspect_oi, now maintained under the Verveo organization. It was created as a modern, actively updated alternative to Basic Admin Essentials (BAE) — solving pain points like rigid UI, non-rounded corners, obscure configuration, and years of stagnation. BAR gives game developers a clean, configurable admin system that works out of the box, without spending a single Robux.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.
Join the official Discord server for support, announcements, and more free products from the team: discord.gg/kMDQXANppm
Key Features
- Four-tier rank system — Moderator, Admin, SuperAdmin, and Game Creator, fully customizable via
ExtraSettings.lua - 50+ built-in commands — kick, ban, teleport, fly, speed, message, music, and much more
- Plugin API — extend BAR with custom commands by dropping ModuleScript plugins into the
Pluginsfolder - Music system — built-in background music player with configurable Sound IDs, volume, and looping
- Timed notifications — broadcast rotating hint messages to all players on a configurable interval
- Donor perks — players who purchase the optional donation product unlock cape customization, hat equipping, and face changing
- Group integration — automatically assign admin ranks to Roblox group members based on group ID, rank number, and tolerance type (
>=,==,<=) - Permanent bans — DataStore-backed bans that persist across server restarts; also supports the new Roblox Ban API
- Trello integration — sync a ban list from a Trello board via the Trello API (requires HttpService)
- Rounded, modern UI — optional Montserrat font, configurable UI transparency, and system color theming
- “This Server is Defended” message — configurable anti-cheat notice shown on join
- Command confirmation — destructive commands like
:ban allprompt for confirmation before executing - Display name support — target players by display name or username interchangeably
Current Version
BAR is currently on version 2.1.7 (as defined byadminVersion in MainModule.lua). The system checks for updates automatically and notifies Game Creator-rank admins when a newer version is available.
Get Started
Installation
Download BAR and add it to your Roblox game in minutes.
Quickstart
Configure your first admin list and run your first commands.
Commands Overview
Browse all 50+ built-in commands and their permission levels.
Plugin API
Build and register custom commands using the plugin system.