Configuration

config.lua

KeyDefaultWhat it does
Config.Debugfalseverbose logs and the two diagnostic commands. Off in production
Config.TargetInteractioncursorcursor or scroll, see Usage
Config.TextColourwhitethe five text colours, { r, g, b } each. The Designer overrides them

Convars

Everything else is a convar, in the same style as ox_target:

ConvarDefaultWhat it does
HZ-TextUi:defaultHotkeyLMENUthe key that shows interactions
HZ-TextUi:toggleHotkey01 makes it a toggle instead of a hold
HZ-TextUi:leftClick24the control that selects the highlighted option
HZ-TextUi:aimRadius0.035how far from the crosshair a pin still counts as aimed at
HZ-TextUi:reticle10 hides the aim reticle
HZ-TextUi:reticleColor#ffffffreticle colour
HZ-TextUi:reticleSize30reticle size
HZ-TextUi:reticleAlpha205reticle opacity, 0 to 255
HZ-TextUi:menuBackLabel< Backthe row that leaves a submenu
HZ-TextUi:providetruefalse stops answering ox_target / qtarget / qb-target
setr HZ-TextUi:reticle 0
Migrating from ox_target? The key and mode convars fall back to the ox_target:* names, so your existing lines keep working.