Configuration

config.lua:

Config = {}

Config.VoiceSystem = "salty" -- salty | pma

Config.VoiceRanges = {
  1.5,
  3,
  8,
  15,
}


Config.Moveable = {
  command = "moveUI",
  resetCommand = "resetUI",
}

Last updated