VORP
VORP core resources and common dependencies.
VORP is one of the most widespread RedM frameworks. Wiizer scripts in their VORP version plug into its ecosystem.
Core resource
vorp_core must be started before any VORP script. Access to the core object is
done through an export:
local Core = exports.vorp_core:GetCore()
Common dependencies
Depending on the script, other VORP resources may be required. They start
after vorp_core:
| Resource | Role |
| --- | --- |
| vorp_inventory | Inventory and usable items |
| vorp_character | Characters and components |
| vorp_menu | Menus |
| vorp_inputs | Inputs and prompts |
| vorp_progressbar | Progress bars |
Each script's product page and documentation list the exact dependencies.