Ranchwork Script RedM Store Premium RedM scripts are live Open a Discord ticket for setup support Secure Tebex checkout Built for VORP and RSG servers

RanchWork HUD / VORPProduct details

Choose your license

Escrow or Open Source

Select the version that fits your server. If a matching version exists in the catalogue, the button will take you directly to it.

Escrow

Protected Tebex delivery for production servers. Best for quick installation and secure releases.

Choose Escrow

Open Source

Full source access for deeper customization, edits, and custom integrations on your RedM server.

Choose Open Source
Live Preview

Watch the script in action

BRB HUD

BRB HUD is a fully customizable RedM HUD built for VORP servers. It brings survival, voice, horse, money, mail, illegal level and native HUD replacement features into one clean interface.

https://www.youtube.com/watch?v=MSo3wKptVAs

Features

  • Fully movable HUD elements with mouse drag support.
  • Per-character HUD layout and color settings saved in the database.
  • Individual status icons, right info stack and illegal/level bar can be moved separately.
  • Built-in color picker, quick swatches, scale, opacity and visibility settings.
  • Native RDR player and horse core HUD replacement.
  • Health, stamina, hunger, thirst, metabolism, stress, alcohol and dirty statuses.
  • Standalone survival system. No vorp_metabolism dependency required.
  • Persistent hunger, thirst, stress, stamina and survival data using VORP character status JSON.
  • Configurable food, drinks, alcohol, medical and stress-relief consumables.
  • Starvation and dehydration warnings with gradual health penalties.
  • Custom stamina drain, recovery and exhausted movement penalty.
  • Bandage support with configurable percentage-based health recovery.
  • pma-voice support with talking, radio and call microphone states.
  • Native RedM horse detection with horse health and stamina HUD.
  • Mounted compass/map support and configurable map item support while on foot.
  • Server ID, character ID, cash, bank, gold, unread mail and clock panels.
  • Bank bridges for vorp_banking, brb-banking and brb-advanced-banking-v2.
  • Mailbox, illegal level, bank, status and notification exports.
  • Optional WeatherSync temperature integration.
  • Turkish and English locale support.

Requirements

  • vorp_core
  • oxmysql
  • vorp_inventory for included consumables and map item support

Optional Integrations

  • pma-voice
  • weathersync
  • vorp_banking
  • brb-banking
  • brb-advanced-banking-v2

Installation

ensure oxmysql
ensure vorp_core
ensure vorp_inventory
ensure brb_hud

The HUD automatically creates its player settings table. SQL files for manual setup and the map item are included.

Performance

BRB HUD uses vanilla HTML, CSS and JavaScript NUI with focused polling intervals for player, voice, horse and weather state.

  • Resource package size: approximately 244 KiB excluding dependencies
  • No streamed 3D models or texture packs
  • Resmon result: REPLACE_WITH_RESMON_SCREENSHOT_OR_VIDEO_TIMESTAMP

Server Exports

exports.brb_hud:SetMail(source, {
  unread = 3,
  total = 18,
  lastTitle = 'New Telegram',
  hasNew = true
})

exports.brb_hud:SetIllegal(source, {
  level = 2,
  xp = 450,
  nextXp = 1000,
  label = 'Illegal'
})

exports.brb_hud:SetBank(source, 1250)

exports.brb_hud:Notify(source, {
  type = 'success',
  title = 'BRB HUD',
  message = 'Bridge ready.'
})