πExports & Commands
Exports
You can programmatically toggle the HUD:
-- Hide all HUD elements
exports['risk-hud']:show(false)
-- Show the HUD again
exports['risk-hud']:show(true)
Command
Description
/hidehud
Hide the entire HUD
/showhud
Show the HUD
/hud
Open the HUD settings
Last updated