Character Slots
You can change the default slots a player can own in config/_config.lua
Add Slots
To give extra slots to a specific player you have the following options:
1) Run your own code in server/editable/_main.lua > line 71
2) Use export AddSlot(playerId, amount, temp) from your own script, this script can be an admin menu or a shop script, is on you to add it where you want and make it work. AV VIP already includes a shop where you can buy an extra character slot.
All exports detailed info can be found here: Exports
Last updated