> For the complete documentation index, see [llms.txt](https://atlanta-scripts-1.gitbook.io/atlanta-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlanta-scripts-1.gitbook.io/atlanta-scripts/scripts/pvp-series/atlanta-pvp-hud/configuration.md).

# Configuration

```
Config = {}

Config.Locale = {
    hudSettings = "HUD SETTINGS",
    variations = "Variations",
    settings = "Settings",
    statusTitle = "Status Hud Variations",
    statusDesc = "Choose a unique HUD look that suits your style.",
    default = "Default Variation",
    valorant = "Valorant Variation",
    otherStyle = "Another Variation",
    settingsTitle = "Settings",
    settingsDesc = "Choose your favorite color from the color palette or turn the HUD on and off.",
    color = "Color:",
    hud = "Hud:",
    show = "SHOW",
    hide = "HIDE"
}
```
