Spawn Selector
Configuration
Config.SpawnSelector = {
enable = true,
show = {
always = false, -- show every time a character loads
onlyNewChar = true, -- show only on new character creation
}
}Adding Custom Spawn Points
{
label = "My Custom Location",
coords = vector4(-269.4, -955.3, 31.2, 208.0),
image = "https://i.imgur.com/example.jpg",
}Last updated