# Configuration

### config.lua:

```lua
Config = {}

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

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


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

```
