Skip to content

Installation

Requirements

All Twinded scripts require the following base dependency:

twinded_libs provides cross-framework support. It auto-detects your installed framework:

FrameworkStatus
VORPSupported
RSG (v1 & v2)Supported
QBCore RedMSupported
QRCoreSupported
RedEM:RP (old & 2023)Supported
RPXSupported
TPZ-CORESupported
FRPSupported

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:

bash
ensure twinded_libs

2. 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:

bash
ensure twinded_libs
ensure twinded_collect

3. Configure

See the Configuration guide for how to customize scripts.

4. Restart

Restart your server, or use:

/refresh
/ensure twinded_collect

Premium RedM Scripts — Multi-Framework