◼️Configuring Script

Information related to modifying the script configurations

▸ Overview

This section gives a brief explanation on editing your purchased script.

▸ Config Location

lua\modules\vliss\cfg\*

▸ Developer Mode

To enable Developer Mode, open vliss\vliss\sh\cfg\sh_cfg.lua

Change cfg.dev.bDevMode from false to true

vliss\vliss\sh\cfg\sh_cfg.lua

cfg.dev.bDevMode = true

When finished configuring your script, change back to false to maintain good performance.

Last updated