Installation
Requirements
All Twinded scripts require the following base dependency:
- twinded_libs — Shared utility library (free)
twinded_libs provides cross-framework support. It auto-detects your installed framework:
| Framework | Status |
|---|---|
| VORP | Supported |
| RSG (v1 & v2) | Supported |
| QBCore RedM | Supported |
| QRCore | Supported |
| RedEM:RP (old & 2023) | Supported |
| RPX | Supported |
| TPZ-CORE | Supported |
| FRP | Supported |
Framework-specific scripts
Some scripts are VORP-only (twinded_scope, twinded_weapon_autoreload, twinded_lgw_society). Check each script's documentation page for compatibility details.
Some scripts may require additional dependencies — check each script's page for details.
Steps
1. Install twinded_libs
twinded_libs is a free shared library required by all Twinded scripts. Download it from the Tebex store and place it in your resources/ folder.
resources/
└── twinded_libs/Add it to your server.cfg:
ensure twinded_libs2. Install a script
Download the script from Tebex, extract it, and place the folder in your resources/ directory.
resources/
├── twinded_libs/
└── twinded_collect/Add it to your server.cfg after twinded_libs:
ensure twinded_libs
ensure twinded_collect3. Configure
See the Configuration guide for how to customize scripts.
4. Restart
Restart your server, or use:
/refresh
/ensure twinded_collect
