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

# Configuration

## <mark style="color:yellow;">Config.lua</mark>

```lua
STG = {}

STG.SpawnCoords = {
    coords = vector3(68.1344, 7212.69, 3.37478),
    heading = 0.17
}

STG.Airport = {
    coords = vector3(-1034.09, -2734.17, 20.17),
    heading = 324.28
}
```
