π§βπ€βπ§SLEEK MULTI CHARACTER
Here check the installation guide
To use this script, you also need the FORGE-CHARCREATOR, both are purchased together so you should have no problem installing them together.
This script is compatible with ESX, QB, QBOX and Illenium.
This script is compatible with Quasar Inventory, QB Inventory and OX Inventory.
INSTALLATION GUIDE
1οΈβ£ Download & Extract
Download forge-multicharacter.pack.zip from KEYMASTER.
Unzip it and place the forge-multicharacter folder inside your server's
resourcesdirectory.
2οΈβ£ Add to Server Startup
Open your server.cfg and add the following line:
Do not rename the folderβit must remain as
forge-multicharacter, or the resource will not work properly.Ensure it is placed just below your core resources for proper loading.
3οΈβ£ Remove Conflicting Scripts
Delete or remove any other MultiCharacter script you previously installed, such as esx_multicharacter.
If you are using ESX + Illenium, you must also remove the following scripts:
esx_skinskinchanger
β If you are using ESX + Default, do NOT delete these scripts.
4οΈβ£ Enable MultiCharacter in ESX_Extended
In es_extended, replace the MultiCharacter setting with:
β This must be enabled even if you are using only one character slot.
It should look like the screenshot provided.
5οΈβ£ Install SQL Database
You must install the correct SQL file, as there is one version for ESX and another for QB-Core.
Ensure you import the correct database structure for your framework.
6οΈβ£ Role-Based Character Access (Optional)
If you want to use role-based character access, you need to:
Create a Discord bot and add it to your Discord server.
Properly configure the bot token and guild ID in the config.
Follow the linked tutorial for setting up role-based access.
Bot configuration & Discord integration must be set up in:
sv_config.lua(first step)config.lua(final adjustments)
7οΈβ£ Clear Cache & Restart Server
Clear the cache of both your server and your FiveM client.
Restart your entire server with
forge-multicharacterproperly ensured in yourserver.cfg.
π Once installed, everything should be working smoothly!
1οΈβ£ Download & Extract
Download forge-multicharacter.pack.zip from KEYMASTER.
Unzip it and place the forge-multicharacter folder inside your server's
resourcesdirectory.
2οΈβ£ Add to Server Startup
Open your server.cfg and add the following line:
Do not rename the folderβit must remain as
forge-multicharacter, or the resource will not function correctly.Ensure it is placed just below your core resources for proper loading.
3οΈβ£ Remove Conflicting Scripts
Delete or remove any other MultiCharacter script you previously installed, such as qb-multicharacter.
4οΈβ£ If Using QB-Core + Illenium
Navigate to the following file:
At line 1 (this may vary depending on your version, so itβs best to search for the function directly), comment out or remove:
5οΈβ£ Install SQL Database
You must install the correct SQL file, as there is one version for ESX and another for QB-Core.
Ensure you import the correct database structure for your framework.
6οΈβ£ Role-Based Character Access (Optional)
If you want to use role-based character access, you need to:
Create a Discord bot and add it to your Discord server.
Properly configure the bot token and guild ID in the config.
Follow the linked tutorial for setting up role-based access.
Bot configuration & Discord integration must be set up in:
sv_config.lua(first step)config.lua(final adjustments)
7οΈβ£ Required Step for QB-Clothing Users (One-Time Only)
If you're using qb-clothing, you must add the following block of code to ensure full compatibility with all Forge scripts that rely on skin handling.
β οΈ Note: This is a common requirement for all Forge scripts using
skin. You only need to add this onceβdo not repeat it for each script.
π File to edit:
π Add this block of code:
π‘ Tip: Place this code at the bottom of the file or next to other event handlers. Itβs essential for proper integration between Forge scripts and the QB-Clothing system.
8οΈβ£ Clear Cache & Restart Server
Clear the cache of both your server and your FiveM client.
Restart your entire server with
forge-multicharacterproperly ensured in yourserver.cfg.
π Once installed, everything should be working smoothly!
1οΈβ£ Important Notes
This script works with QB functions, but requires additional modifications to work with QBOX.
You must select the QB framework and follow all QB setup steps, plus the additional changes for QBOX detailed below.
2οΈβ£ Download & Extract
Download forge-multicharacter.pack.zip from KEYMASTER.
Unzip it and place the forge-multicharacter folder inside your server's
resourcesdirectory.
3οΈβ£ Add to Server Startup
Open your server.cfg and add the following line:
Do not rename the folderβit must remain as
forge-multicharacter, or the resource will not function correctly.Ensure it is placed just below your core resources for proper loading.
4οΈβ£ Remove Conflicting Scripts
Delete or remove any other MultiCharacter script you previously installed, such as qbox-multicharacter.
If you're using the default character system from QBOX, make sure to enable external character support:
Go to:
qbx_core/config/client.luaFind the line:
Change it to:
β οΈ Important: If you donβt enable this setting, our script will not work properly.
5οΈβ£ If Using QBOX-Core + Illenium
Navigate to the following file:
At line 1 (this may vary depending on your version, so itβs best to search for the function directly), comment out or remove:
6οΈβ£ Modify QBOX-Core to Ensure Compatibility
You must add a function to your QBOX core for proper citizen ID generation.
Open:
Add the following function:
β This change ensures that QBOX correctly generates Citizen IDs for new characters.
7οΈβ£ If You Still Have Issues
Modify the primary identifier in forge-multicharacter.
Open:
Change
licensetolicense2inside the function:
8οΈβ£ Install SQL Database
You must install the correct SQL file, as there is one version for ESX and another for QB/QBOX.
Ensure you import the correct database structure for your framework.
9οΈβ£ Role-Based Character Access (Optional)
If you want to use role-based character access, you need to:
Create a Discord bot and add it to your Discord server.
Properly configure the bot token and guild ID in the config.
Follow the linked tutorial for setting up role-based access.
Bot configuration & Discord integration must be set up in:
sv_config.lua(first step)config.lua(final adjustments)
π Clear Cache & Restart Server
Clear the cache of both your server and your FiveM client.
Restart your entire server with
forge-multicharacterproperly ensured in yourserver.cfg.
π Once installed and properly configured, everything should work smoothly!
CONFIG
The following will explain all the settings, one of the most important things that I recommend you spend a few minutes to understand in order to offer your users the best possible experience.
In addition, inside CLIENT and SERVER you will have the files related to the frameworks, where you will have many open ESX and QB functions for you to adapt them to your framework needs.

If you use the latest update of the script it will automatically detect everything regarding Framework, Skin Manager and Identifier. Don't touch anything where it says "You don't need to touch this".
QB
ESX
If you want to edit the aesthetics or design. You have the HTML open so you can modify the style and everything as you want.
The script is RESPONSIVE for all resolutions as well.
Last updated