For the complete documentation index, see llms.txt. This page is also available as Markdown.

📔Promo Codes

Explanation of the promo code configuration in the script

Permissions — groups allowed to use the OpenSettings command in the admin menu. Length — generated promo code length.

shared/config.lua
Config.PromoCodes = {
    Permissions = { 'owner' , 'best' },
    Length = 6 
}

Last updated