Skip to Content
CoreQBCore Core: Object, PlayerData, Shared & Events

Core concepts

qb-core initializes the framework object, shared definitions, client/server functions, player state, commands, events, and its built-in DrawText NUI. Treat each API as commit-specific.

Start here

Integration boundary

Acquire the object through the qb-core export and request only the sections your resource uses:

local QBCore = exports['qb-core']:GetCoreObject({ 'Functions', 'Shared' })

Verify function and event behavior in the current qb-core sourceΒ . A client event is a request, not an authorization boundary; validate identity, permission, state, proximity, and values on the server.