π§ Moris RP Hud
Moris RP Hud is a light status HUD for RedM: hunger, thirst, stamina, voice, and optional money. It stays in a corner, fades when idle, and is built to keep resmon low.
Preview
Video preview will be added here.
Buy now
Get it now 19.90 β¬
Framework compatibility
- VORP, RSG, QBR, and custom status exports are supported in config.
- You can point hunger/thirst at your existing needs resource.
- Works without a framework if you feed values through the client export.
Commands
/hudβ Toggle the HUD on or off for yourself./hudposβ Cycle corner positions while you fine-tune config (optional, can be disabled).
Configuration
Open config.lua inside moris_rp_hud. Typical values:
Config.Position = 'bottom-left'
Config.Scale = 1.0
Config.FadeIdleMs = 4000
Config.ShowVoice = true
Config.ShowMoney = false
Config.NeedsExport = 'your_needs'
Exports
setNeedsβ exports.moris_rp_hud:setNeeds(hunger, thirst, stamina) β push 0β100 values from your needs script.setVisibleβ exports.moris_rp_hud:setVisible(false) β hide for cinematic / photo mode.
Events
moris_hud:toggleβ Client event to show or hide the HUD from other resources.
Installation
- Unzip into resources and rename the folder to moris_rp_hud.
- Add ensure moris_rp_hud after your needs / metabolism resource in server.cfg.
- Set Config.NeedsExport (or the VORP/RSG preset) in config.lua.
- Restart and confirm bars move when you eat, drink, or sprint.
ensure moris_rp_hud
FAQ
The bars never move.
Your needs resource is not talking to the HUD. Check NeedsExport and that the other resource starts first.
Can I hide it in photos?
Yes. Call the setVisible export, or bind /hud.
Where do I get support?
Join Discord from the store with a screenshot of resmon and your config preset.