Usage
Opening the Radial Menu
By default, players can press the
X
key (or whicheverdefaultMapper
you set).Or type
/<commandName>
in chat (e.g.,/radialmenu
) to toggle the menu.
Hover & Select
Move the mouse or controller stick around the radial to highlight a main category (e.g., βPolice,β βEmotesβ).
If a category has a submenu, youβll see more options open. Select an option to fire its
action
function.
Job-Locked Items
If an item has
jobs = {"police"}
, only players with that job name see it.Others wonβt see the item at allβkeeping the menu clutter-free.
Icons & Styling
You can change icons using Font Awesome classes.
Adjust colors, shadows, or other UI elements in your radial menuβs NUI files (if the script provides them).
Last updated