π‘ Overview
CodexCore is a core developer library used across almost all Codex scripts to connect VORP Core, RSG, and TPZ-CORE in a consistent way.
It gives you a shared API for players, inventory, money, events, and more so your scripts can be written once and adapted to multiple environments with minimal duplication.
π Important for Developers
CodexCore is not a framework.
It will not automatically convert an RSG script into VORP or TPZ-CORE.
You still need to adapt your script to use CodexCoreβs API for it to work across frameworks.
π What CodexCore Does
β Provides a unified API for:
Player data & identifiers
Inventory and money operations
Job / character handling
β Normalizes calls between VORP, RSG, and TPZ-CORE.
β Acts as the base layer for:
Codex Trust Level
Codex shops & jobs
Robbery systems, moonshine, wagon chop, etc.
You script against CodexCore, and it handles the underlying framework-specific details.
βοΈ For Developers β How to Use It
CodexCore is meant for scripters, not plug-and-play end users:
You must integrate CodexCore into your own scripts:
Replace direct VORP/RSG/TPZ calls with CodexCore APIs.
Use its helpers for player, money, inventory, trust, etc.
It does not translate existing scripts automatically.
Ideal if you:
Maintain multiple framework versions of your scripts.
Plan to support or migrate between VORP, RSG, and TPZ-CORE.
Want a clean, future-proof abstraction layer.
It provides a unified, consistent way to talk to multiple frameworks so you can focus on gameplay, not framework quirks. Drop it in, hook into its API, and your scripts instantly become more portable, stable, and easier to maintain.
π Key Features
π Effortless Framework Integration
Provides a common layer between VORP, RSG, and TPZ-CORE.
Normalizes common operations like:
Player data access
Inventory & money calls
Jobs, characters, and identifiers
Greatly simplifies building scripts that support multiple frameworks.
π Universal Compatibility
Designed to work with nearly all Codex scripts out of the box.
Helps ensure:
Consistent behavior across frameworks
Fewer edge cases when switching or supporting multiple cores
Ideal as a standard dependency for your RedM project.
π§ͺ Customizable & Dev-Friendly API
Clear, straightforward function set.
Built to be extended:
Wrap your own helpers around the bridge
Hook in your own checks and logic
Well-structured so you can quickly understand whatβs happening under the hood.
β‘ Performance-Oriented
Lightweight by design with minimal overhead.
Focused on:
Efficient calls
Clean state handling
Keeping gameplay smooth, even under load.
π Robust Documentation & Examples
Documentation page with:
Setup instructions
Usage examples
Integration tips for your own scripts
Makes onboarding simple for both new and experienced RedM developers.
π Docs Page:
https://codexstudios.gitbook.io/codexstudios-store
π€ Active Community & Ongoing Updates
Maintained alongside Codexβs script library.
Updated regularly as frameworks evolve.
Community-ready: ask questions, share snippets, and build on a common base.
π Latest Compatibility Update
The latest update focuses on smoother multi-framework behavior and better state handling:
π§© Improved Player.state handling for RSG, ensuring cleaner and more reliable state sync.
π§© TPZ-CORE support added, making the bridge usable across VORP / RSG / TPZ-CORE without extra boilerplate.
π‘ Overall compatibility and stability refined for more predictable script performance.
π§± Frameworks & Usage
Frameworks Supported:
β VORP
β RSG
β TPZ-CORE
Best Used For:
Codex-based scripts (shops, jobs, robberies, systems).
Your own custom resources that need to work on multiple cores.
Servers planning to migrate frameworks or support more than one.
π Tebex & Pricing
π° Price: FREE

