โ‰๏ธCommon Errors

Attempt to index a nil value (upvalue '?') or attempt to index a nil value (global 'ESX')

Make sure you set your config correctly.

-- This is right
Config.Framework = "esx" -- if using ESX
Config.Framework = "qb" -- if using QBCore

-- this is WRONG
Config.Framework = esx
Config.Framework = " esx"
Config.Framework = "ESX"
triangle-exclamation

Attempt to call a nil value (field 'StartMenu')

Check if ox_lib arrow-up-rightis correctly installed. If you are unsure, install it again from this linkarrow-up-right

If you are still experiencing issues, make sure ox_lib is started before our script


Still experiencing issues? Join our Discord serverarrow-up-right

Last updated