RB
RB Studios

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.
  • oxmysql is the only common runtime dependency we lean on. Install it from the overextended/oxmysql releases page if you don't have it already.

Steps

  1. Download the zip from your dashboard. The file is named rb-<script>-<version>.zip.
  2. Extract into your server's resources/ directory. Folder name doesn't matter to us — [rb]/rb-<script> is a clean convention.
  3. Add the resource to your server.cfg:
    ensure rb-<script>
  4. 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 oxmysql is started before the RB script in your server.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.

On this page