Configuration

For now there aren't many configuration options, but it may be expanded in the future

Config

Config = {
    debug = true
}

debug

Enabling debug can lead to a lot of information in you client or server console

Determines whether or not to send print statements during usage to trace the path of the data.

debug = true

Example Config

Config = {
    debug = true
}

Last updated