Configuration is done in the
config.lua file located in the revo_uikit directory.Config Structure
Primary Color
- borders
- icons
- active states
- highlights
- glow effects
- other visual accent elements
'#11E0EE'for the default cyan style'#F43F5E'for a neon rose look'#8B5CF6'for purple'#EAB308'for a golden/yellow look'#10B981'for green
Debug Mode
- interception behavior
- ox_lib / ox_target linking
- UI kit state
- integration troubleshooting
- set to
truewhile testing or integrating the script - set to
falseduring normal production use
Enabled Components
ox_lib and ox_target UI.
If a value is set to false, that component will keep the original stock behavior instead of using the Revo UI Kit redesign.
ox_target
ox_target visuals.
true: use the Revo UI Kit redesign for ox_targetfalse: keep normal ox_target behavior
false if you only want the ox_lib redesign and do not want to change your target system visuals.
ox_lib Components
Each entry insideConfig.EnabledComponents.ox_lib controls one ox_lib UI feature.
Notifications
ox_lib notifications.
Text UI
ox_lib text UI prompts.
Input Dialog
ox_lib input dialogs.
Alert Dialog
ox_lib alert/confirmation dialogs.
Progress Bar
Progress Circle
Skill Check
Context
Menu
Radial
Why This Section Matters
This config is useful if you only want part of the redesign. Examples:- keep
ox_target = falseif you only want the ox_lib redesign - keep
menu = falseif you prefer the default ox_lib menu but want the rest of Revo UI Kit - disable individual parts during testing if you want to isolate an issue
Default Fallback Settings
- if a script already passes a custom value, that custom value is used
- if a script omits a value, Revo UI Kit falls back to this config section
Notification Defaults
duration
3000means the notification stays visible for 3 seconds
position
Progress Defaults
cancelKey
X heavily for another system or if you want a more convenient cancel key.
Text UI Defaults
position
Radial Defaults
mode
'hold': players hold the key to use the radial menu
openKey
Z conflicts with another important control on your server.
Skill Check Version
'circle': rotating arc indicator'bar': vertical progress bar with a sweeping indicator
'circle' if you want something closer to a classic timing-based circular challenge.
Use 'bar' if you prefer a cleaner, more direct visual style.
Default Locale
Config.Locales.
This determines which language pack or text set the UI kit uses by default.
Choose the locale that matches your server’s main language.
Recommended Setup
For most servers, a good starting setup is:- leave
DebugMode = false - keep all UI replacements enabled
- choose a
PrimaryColorthat matches your brand - keep fallback defaults simple and consistent
- choose the skill check style that best fits your server’s gameplay tone