Skip to main content
Revo UI Kit requires ox_lib to function. ox_target is optional and only needed if you want the script’s ox_target redesign or integration features.

Required Dependency

ox_lib

ox_lib is required. Revo UI Kit is designed around it and will not work correctly without it.
1

Install ox_lib

Download and install ox_lib in your server’s resources folder if it is not already installed.
2

Ensure ox_lib Starts First

Add ox_lib before Revo UI Kit in your server.cfg:
ensure ox_lib
ensure revo_uikit
3

Verify ox_lib Is Working

Make sure your server already uses ox_lib successfully before starting Revo UI Kit. If ox_lib is missing or failing, Revo UI Kit will not load properly.

Optional Dependency

ox_target

ox_target is optional. Use it only if:
  • your server uses ox_target
  • you want Revo UI Kit’s redesigned ox_target experience
  • you want the UI styling to also apply to target-based interactions
If your server does not use ox_target, you can still use Revo UI Kit with ox_lib only.
1

Install ox_target If Needed

Download and install ox_target only if your server uses it.
2

Start ox_target Before Revo UI Kit

If you use ox_target, make sure it starts before Revo UI Kit:
ensure ox_lib
ensure ox_target
ensure revo_uikit
The safest load order is: ox_lib first, then ox_target if used, and finally revo_uikit.