https://github.com/overextended/ox_lib
A FiveM resource and script library for Lua and JS.
https://github.com/overextended/ox_lib
fivem javascript js library lua nodejs
Last synced: 19 days ago
JSON representation
A FiveM resource and script library for Lua and JS.
- Host: GitHub
- URL: https://github.com/overextended/ox_lib
- Owner: overextended
- License: lgpl-3.0
- Created: 2021-10-30T04:57:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T07:40:55.000Z (20 days ago)
- Last Synced: 2026-04-24T08:25:31.573Z (20 days ago)
- Topics: fivem, javascript, js, library, lua, nodejs
- Language: Lua
- Homepage: https://overextended.dev/ox_lib
- Size: 4.69 MB
- Stars: 382
- Watchers: 30
- Forks: 704
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Notice: NOTICE.md
Awesome Lists containing this project
README
# ox_lib
A FiveM library and resource implementing reusable modules, methods, and UI elements.




For guidelines to contributing to the project, and to see our Contributor License Agreement, see [CONTRIBUTING.md](./CONTRIBUTING.md)
For additional legal notices, refer to [NOTICE.md](./NOTICE.md).
## 📚 Documentation
https://overextended.dev/ox_lib
## 💾 Download
https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip
## 📦 npm package
https://www.npmjs.com/package/@overextended/ox_lib
## 🖥️ Lua Language Server
- Install [Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) to ease development with annotations, type checking, diagnostics, and more.
- Install [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode-cox) to add natives and cfxlua runtime declarations to LLS.
- You can load ox_lib into your global development environment by modifying workspace/user settings "Lua.workspace.library" with the resource path.
- e.g. "c:/fxserver/resources/ox_lib"