# Common Errors

## A**ttempt to index a nil value (upvalue '?')** or **attempt to index a nil value (global 'ESX')**

**Make sure you set your config correctly.**

```lua
-- 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"
```

{% hint style="danger" %}
If you are using the esx framework, do not forget to uncomment the esx import in the `fxmanifest.lua`

![](https://cdn.p33t.net/HKBMAVDMAV.png)
{% endhint %}

***

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

Check if [ox\_lib ](https://github.com/overextended/ox_lib/)is correctly installed. If you are unsure, install it again from [this link](https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip)

If you are still experiencing issues, make sure ox\_lib is started before our script

***

## Still experiencing issues? Join our [Discord server](https://discord.gg/verse-scripts)

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td>Join our discord server</td><td></td><td><a href="https://discord.gg/verse-scripts">https://discord.gg/verse-scripts</a></td><td><a href="https://3988197324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5mNjzSqG2z2ef0NDT6t6%2Fuploads%2FMcU1s0cyvUaSEoMgUymY%2Fdiscord.png?alt=media&#x26;token=9d6202fb-5b4c-4694-afa3-541c7c5163c0">discord.png</a></td></tr><tr><td></td><td>Check out our Tebex store</td><td></td><td><a href="https://store.versescripts.net">https://store.versescripts.net</a></td><td><a href="https://3988197324-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5mNjzSqG2z2ef0NDT6t6%2Fuploads%2FSbE6oItbW99ONKNJtuCB%2Ftebex.jpeg?alt=media&#x26;token=d4a50e8a-3bab-4750-9595-d5145c8ae05f">tebex.jpeg</a></td></tr></tbody></table>
