> For the complete documentation index, see [llms.txt](https://legacy-script.gitbook.io/legacy-script/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-script.gitbook.io/legacy-script/lgf-utility/common/cl-common-replacement-framework.md).

# CL COMMON REPLACEMENT (FRAMEWORK)

### Client Replacement Common Using Framework (esx / qb or qbox / lgf)

```lua
-- Return Player Is Loaded using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:LoadPlayer()

-- Return Player Job Using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:GetPlayerJob()

-- Return Player Data Using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:GetPlayerData()

-- Return Player Group using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:GetPlayerGroup()

-- Return Player name and lastname using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:GetName()

-- Return Player Hash Job and Grade using Framework Bridge (esx/qbox/lgf)
 exports.LGF_Utility:GetHashJob(job, grade)

-- Create Vehicle networked or not using Framework Bridge (esx/qbox/lgf)
exports.LGF_Utility:CreateVehicle(model, position, heading, networked, cb)

-- Retrieve Player Identifier/license/char (esx/qbox/lgf)
exports.LGF_Utility:GetPlayerIdentifier()
```
