Installing Basic Admin Remade takes only a few minutes. The system is distributed as a Roblox model file (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.
.rbxm) that you insert directly into ServerScriptService in Roblox Studio. Once placed, it loads automatically when the game server starts — no additional wiring required.
Requirements
- Roblox Studio (any recent version)
- HttpService enabled — required for Trello integration and the automatic version-check feature. Not needed for basic admin functionality.
Installation Steps
Download the model
Grab the latest release of Basic Admin Remade from one of the official sources:
- Direct link: boopup.dev/BARDownload
- GitHub Releases: github.com/Boopup/Basic-Admin-Remade/releases
Open your game in Roblox Studio
Launch Roblox Studio and open the game you want to add admin to. If you are starting fresh, create a new Baseplate experience.
Insert the model into ServerScriptService
In the Studio Explorer panel, right-click ServerScriptService and choose Insert from File. Select the
.rbxm file you downloaded.Alternatively, drag and drop the file directly into the ServerScriptService node in the Explorer.Verify the Loader ID
Open the Do not change this value unless you are self-hosting a fork of the MainModule.
main_script Script inside the model and confirm the Loader ID field at the top of the Configuration table reads 9450667008. This is the official MainModule asset ID used to require the core system.Enable HttpService (if needed)
If you plan to use Trello integration or want the automatic version-check notification for Game Creator admins, you must enable HttpService:
- In Studio, go to Home → Game Settings → Security
- Toggle Allow HTTP Requests to On
- Click Save
After Installation
As the creator of the game, you are automatically owner-admined at the Game Creator rank (level 4) the moment you join your own game. You do not need to add your own User ID to any table in the configuration — BAR detects the
game.CreatorId automatically.Verify the Install
To confirm BAR is running correctly:- Click Play (or Play Here) in Roblox Studio to start a local server session.
- In the in-game chat, type
:cmdsand press Enter. - The BAR commands panel should open, showing all commands available at your rank level.