ORION HUD v2.0
A clean, modern and fully customizable HUD for FiveM — compatible with QBx Core, QB-Core and ESX. Signature Orion Studios design.
Features
Multi-Framework: Native support for QBx Core, QB-Core and ESX. Auto-detects your framework on startup — no manual wiring.
6 Vehicle HUD Styles: Minimal, Dial, Side, Semi, Race and Strip — switch live via /hudmenu, no restart needed.
7 Stat Shapes: Square, Circle, Bars, Ring, Dash Sq, Dash Ring and Border — all switchable in-game from the menu.
3-State Stat Visibility: Each stat (health, hunger, thirst, armor, stamina) can be set to Visible, Auto (appears only when low, with smooth fade) or Hidden — per stat, saved per player.
20-Color Palette: Every stat and border has an independent color selector with 20 preset colors.
Full Vehicle Panel: Speed (KMH / MPH), RPM, fuel level, engine health, gear, lock status and seatbelt indicator — all in one.
14 Fuel Scripts Supported: Auto-detects your active fuel script on startup. No manual wiring — just set "auto" and go.
Seatbelt System: Built-in seatbelt with key binding and physical ejection on crash (with collision-aware ejection — no more clipping through walls). Also compatible with external seatbelt scripts via event.
Drag & Drop Layout Editor: Move every HUD element freely with /hudedit. Positions are saved per client — pixel-perfect, no blurry borders.
Minimap Integration: Clock, date and street name displayed directly on the minimap bar. Minimap can be set to show only when in a vehicle.
Voice Activity: Shows active speakers in the current radio channel when using pma-voice — server-side validated, players can only see their own channel.
Custom Logo: Display your server logo in the top-right corner — configurable URL. Option to lock position or allow drag in the layout editor.
Notification System: Built-in toast notifications with sound feedback (info, success, error), exposed via client event.
Cinematic Mode: Hides the HUD cleanly for screenshots or cinematic sequences, toggled from the menu.
Bilingual: English (en) and Spanish (es) included, fully extensible — unknown languages fall back to English safely.
Installation
No SQL required — drop and play.
- Drop
orion-hudinto yourresources/folder. - Add to
server.cfg:
ensure orion-hud
- Configure
config.luato set your framework, language, fuel script and preferences.
Configuration
-- config.lua
-- Framework: 'auto' | 'qb-core' | 'qbx_core' | 'es_extended'
Config.Framework = 'auto'
-- Language: 'en' | 'es'
Config.Language = 'en'
-- Vehicle HUD
Config.showSpeedometer = true
Config.UseMPH = false -- false = KMH | true = MPH
-- Fuel script (see full list below)
Config.FuelScript = "auto"
-- Seatbelt
Config.useSeatbelt = true -- true = built-in | false = external event
Config.seatbeltKey = 'b'
Config.seatbeltEjectSpeed = 100 -- Min speed km/h for ejection without seatbelt
-- Logo
Config.showLogo = true
Config.logoIcon = "https://your-logo-url.png"
Config.logoMovable = true -- false = fixed position, excluded from layout editor
-- Voice
Config.usePMAVoice = true -- Requires pma-voice
Commands
| Command | Action |
|---|---|
/hudmenu |
Open / close HUD settings menu (F10) |
/hudedit |
Toggle drag & drop layout editor |
/hudreset |
Reset all positions to default |
/togglehud |
Show or hide the entire HUD |
B (default) |
Toggle seatbelt on / off |
Vehicle HUD Styles
| Style | Description |
|---|---|
| Minimal | Compact bar overlaid on the minimap |
| Dial | Circular dial gauges |
| Side | Vertical panel on the right |
| Semi | Semicircle gauges |
| Race | Race-style arc display |
| Strip | Horizontal strip bars |
Fuel Compatibility
auto (recommended) · default (native GTA V) · LegacyFuel · ox_fuel · qb-fuel · ps-fuel · qs-fuelstations · Renewed-Fuel · ti_fuel · x-fuel · cdn-fuel · esx-sna-fuel · lc_fuel · BigDaddy-Fuel · okokGasStation
Notes
- Frameworks: QBx Core, QB-Core, ESX (auto-detected)
- Optional:
pma-voice(radio panel), any supported fuel script - No database — fully client-driven, zero SQL
- Support: Join our Discord — Orion Studios Discord
- Preview: Orion Youtube
Purchase
Buy on Tebex: Orion HUD on Tebex
| Code is accessible | No / Partial |
| Subscription-based | No |
| Version | 2.0.0 |
| Lines (approximately) | +~3000 |
| Support | Yes |





