◼️Configuring Script
Information related to modifying the script configurations
Last updated
Information related to modifying the script configurations
This section gives a brief explanation on editing your purchased script.
lua\modules\vliss\cfg\*
When making changes to this script, we recommend first enabling Developer Mode so that any changes you make are immediately viewable. Many aspects of the script are cached so that you get better performance when playing on your server.
To enable Developer Mode, open vliss\vliss\sh\cfg\sh_cfg.lua
Change cfg.dev.bDevMode from false to true
When finished configuring your script, change back to false to maintain good performance.
Last updated
cfg.dev.bDevMode = true