Installation
Drop a RB Studios script into your FiveM resources folder and start it.
These steps apply to every script we ship. Script-specific config — convars, dependencies, framework hooks — lives in each script's own page (added as they ship).
Requirements
- A FiveM server running artifact 7290 or newer.
- One of the supported frameworks: ESX, QBCore, or standalone. Each script's page calls out which it supports.
oxmysqlis the only common runtime dependency we lean on. Install it from the overextended/oxmysql releases page if you don't have it already.
Steps
- Download the zip from your dashboard. The file is named
rb-<script>-<version>.zip. - Extract into your server's
resources/directory. Folder name doesn't matter to us —[rb]/rb-<script>is a clean convention. - Add the resource to your
server.cfg:ensure rb-<script> - Restart the server (or
restart rb-<script>from console for a hot reload).
Verifying
On boot you should see one line in the console:
[rb-<script>] license OK · v<version>If you see license MISSING instead, the server can't reach our license
endpoint — check outbound HTTPS to api.rbstudios.com is allowed.
Troubleshooting
- Script won't start: confirm
oxmysqlis started before the RB script in yourserver.cfg. - License missing: the server's outbound IP must be able to reach
api.rbstudios.com. Most VPS providers allow this by default. - Need help fast: jump in our Discord — we triage support there.