Installation
Install RB HUD, select a supported framework, and verify the resource starts correctly.
RB HUD by RB Scripts supports Qbox, QB-Core, ESX, Ox Core,
and a framework-free standalone mode. It detects a running framework
automatically by default, or you can select a mode explicitly in config.lua.
Download
After purchase, download rb_hud from Cfx.re Keymaster. RB Studios does
not provide a separate download page or file-delivery service.
Requirements
| Component | Requirement |
|---|---|
| FiveM | A current server artifact with OneSync enabled |
| ox_lib | Version 3.37.0 or newer |
| Voice | pma-voice |
| Framework | qbx_core, qb-core, es_extended, or ox_core; not required in standalone mode |
| ESX only | esx_status |
| Ox Core only | ox_inventory for the /cash command |
RB HUD does not require a database migration or SQL import.
The resource manifest enforces both ox_lib and pma-voice as startup
dependencies.
Keep the resource folder named
rb_hud. The HUD uses that exact resource name for its own exports and NUI integration; renaming the folder will break those calls.
Install the resource
- Extract the download into your server's resources directory as
resources/[rb]/rb_hud. - Open
config.luaand leaveframework = 'auto', or choose the framework explicitly. See Configuration. - Optionally set
setr ox:locale eninserver.cfg, replacingenwith an installed locale code. - Ensure dependencies and the selected framework before
rb_hudinserver.cfg. - Restart the server and join with a loaded character.
Start order
Use the block for your framework. Dependencies already started elsewhere in
your configuration do not need a second ensure line.
Qbox
ensure ox_lib
ensure qbx_core
ensure pma-voice
ensure rb_hudQB-Core
ensure ox_lib
ensure qb-core
ensure pma-voice
ensure rb_hudESX
ensure ox_lib
ensure es_extended
ensure esx_status
ensure pma-voice
ensure rb_hudOx Core
ensure ox_lib
ensure ox_core
ensure ox_inventory
ensure pma-voice
ensure rb_hudStandalone
Set framework = 'standalone' in config.lua, then start only the required
libraries:
ensure ox_lib
ensure pma-voice
ensure rb_hudStandalone mode omits hunger, thirst, stress, /cash, and /bank. It retains
health, armour, stamina, oxygen, weapons, voice, vehicles, aircraft, the
minimap, compass, /id, and the optional /edithud command.
Verify the installation
After joining with a loaded character:
- Player health, armour, stamina, voice, and weapon information should update.
- Hunger, thirst, and stress should also update unless standalone mode is selected.
- Entering a running vehicle should display the vehicle HUD and minimap according to the player's saved display mode.
/idshould return an ox_lib notification./cashand/bankshould do so unless standalone mode is selected.- When
enableEditorCommand = true,/edithudshould open HUD Studio and allow the player to drag classes, change exact layout values, and manage named profiles.
The console reports a clear startup error when a manifest dependency or
framework is missing outside standalone mode, esx_status is missing from an ESX installation, or
ox_lib is older than 3.37.0.
Updating
Back up your edited config.lua and any custom logo before replacing the
resource. Compare new configuration fields rather than blindly restoring an old
file, then restart rb_hud.
Player profiles are stored locally in the versioned rb_hud_profiles KVP and
survive ordinary resource updates. Existing rb_hud_settings layouts migrate
into the player's Default profile automatically.
Next steps
- Review every server option in Configuration.
- Integrate another resource through Exports.
- See the built-in Commands.
- Connect seatbelt, nitrous, or stress systems in Integrations.