🕵️♂️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