Attempt to index nil value global “qb core”

Can anyone tell me why I’m getting this error


Hi :wave:t5: @MeezyRu

It appears that QBCore has not been defined or retrieved.

Make sure you are Receiving it like this:

  QBCore = exports['qb-core']:GetCoreObject()

thank you where would i put that

For example, the first line.