Utility commands provide informational, cosmetic, and quality-of-life features. Many are available at lower permission levels or even to all players when Public Commands is enabled inDocumentation 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.
main_script.lua. These commands are designed to make the admin and player experience smoother without requiring elevated permissions for safe features.
Command Reference
| Command | Usage | Permission | Description |
|---|---|---|---|
cmds | :cmds | 0 — Public | Displays all commands accessible at the caller’s permission level in a scrollable panel. |
info | :info <User(s)> | 1 — Moderator | Shows account info for the specified user(s): username, display name, User ID, account age, join date, membership type, SafeChat status, BAR donor status, and admin level. |
team | :team <User(s)> <Team> | 1 — Moderator | Assigns the specified user(s) to the team matching the given name. |
notifplayer | !notifplayer <User> <Message> | 2 — Admin | Sends a pop-up hint notification to the specified player with the caller’s name as the sender. |
notifteam | :notifteam <TeamName> <Message> | 2 — Admin | Sends a pop-up hint notification to all players on the specified team. |
gamepassinfo | :gamepassinfo <ID(s)> | 1 — Moderator | Displays marketplace statistics for the specified Game Pass ID(s) including sales, revenue, and DevEx estimate. |
iteminfo | :iteminfo <ID(s)> | 1 — Moderator | Displays marketplace statistics for the specified Asset ID(s). Alias for :gamepassinfo with asset lookup mode. |
clean | !clean | 0 — Public | Cleans hat and gear debris (dropped Accoutrements) from the workspace. |
cape | !cape | 0 — Public | Opens the donor cape customization menu if the caller has donor perks, or prompts them to purchase donor status. |
donate | !donate | 0 — Public | Alias for !cape. Displays the donor cape menu or purchase prompt. |
awardcape | !awardcape <User(s)> | 4 — Game Creator | Forcibly awards a default cape to the specified user(s). Debugging/creator command. |
uncape | !uncape <User(s)> | 3 — Super Admin | Removes the cape from the specified user(s). |
getadmin | !getadmin | 0 — Public | Prompts the caller to purchase the BAR admin script from the Roblox marketplace. |
changelog | !changelog | 0 — Public | Fetches and displays the latest BAR changelog from the update server. |
about | !about | 0 — Public | Shows information about Basic Admin Remade — credits, description, and how to view the changelog. |
notepad | :notepad | 0 — Public | Gives the caller a writable Notepad tool in-game that they can use to jot down notes. |
promptpurchase | :promptpurchase <User(s)> <ID> | 3 — Super Admin | Prompts the specified user(s) to purchase the Roblox asset or game pass with the given ID. |
trellobans | :trellobans | 1 — Moderator | Displays all bans sourced from the configured Trello board (requires Trello integration to be enabled). |
Notification Commands
BAR provides two targeted notification commands for sending hints to specific players or groups:-
!notifplayer <User> <Message>— Sends a hint-style pop-up to the specified player with the message prefixed by the sender’s name (“Message from: AdminName”). The message body is filtered through Roblox’s broadcast chat filter before display. Uses the action prefix!. -
:notifteam <TeamName> <Message>— Sends the same hint-style notification to every player currently on the named team. BAR validates that the team exists before sending; if the team is not found, the caller receives an error hint. The message is broadcast-filtered per recipient.
Public Commands
The following commands are available at permission level 0 (Public) when['Public Commands'] = true is set in main_script.lua:
| Command | Prefix | Description |
|---|---|---|
cmds | : | View available commands |
clean | ! | Clean workspace debris |
cape / donate | ! | Open donor cape menu |
rejoin | ! | Rejoin the current server |
changelog | ! | View the BAR changelog |
about | ! | View BAR information |
getadmin | ! | Purchase prompt for BAR |
notepad | : | Get a writable notepad tool |
!) or the standard prefix (:) as indicated. Players at level 0 who attempt to use commands above their permission level are shown a “You do not have permission to use this command” error.
Info Commands
:cmds— Opens the commands panel filtered to only show commands the caller has permission to use. Players at level 0 only see level-0 commands; admins see all commands up to their level.:info <User(s)>— Retrieves and displays a detailed account summary including: Username, Display Name, User ID, Account Age (in days), Approximate Join Date, Membership Type (None / Premium), SafeChat status, BAR Donor status, and current Admin Level. If group configuration is active, the user’s group role is also shown.:changelog— Makes an HTTP request to the BAR update server to fetch the latest changelog text and displays it in a full-screen message panel.:about— Shows a static description of BAR, including credits to the original BAR Essentials creator (TheFurryFish) and the BAR Remade team (B00PUP and Aspect_oi), along with a tip to use!changelogfor version history.
:cmds only shows commands that are accessible at the calling player’s current permission level. A Moderator (level 1) will not see Super Admin or Game Creator commands in the panel, keeping the list clean and relevant. If a player’s rank changes mid-session via :admin or :mod, their commands panel updates automatically.