# Apartment Integration

{% hint style="info" %}
You can make the Config.StartApartment variable true or false from the Config file
{% endhint %}

{% hint style="warning" %}
If Apartment is *false*, new characters will automatically spawn at the *Config.DefaultSpawnCoords* coordinate and start customizing their character.
{% endhint %}

```lua
Config.StartApartment = true-- If you have an apartment system and you want the character to spawn in the apartment, you can make it true. If you don't have an apartment system, you can make it false.
```
