โ๏ธCommon Errors
Attempt to index a nil value (upvalue '?') or attempt to index a nil value (global 'ESX')
-- 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"Attempt to call a nil value (field 'StartMenu')
Still experiencing issues? Join our Discord server
Last updated


