docs.illenium.dev

Enabling RadialMenu

!!! information

Radial Menu and qb-target are mutually exclusive and qb-target has priority over Radial Menu

To enable Radial Menu, follow these instructions:

```lua title=”shared/config.lua” Config.UseTarget = false

Config.UseRadialMenu = true ```