> For the complete documentation index, see [llms.txt](https://atiysus-organization.gitbook.io/aty-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atiysus-organization.gitbook.io/aty-scripts/spawn-selector/spawn-point-creation.md).

# Spawn Point Creation

## Admin Menu

### Commands

* `/createSpawn`, \
  Use the command `/createSpawn`command to open the creation menu.
* `/spawn`, \
  Use the command `/spawn` to open the spawn menu as an admin.

### Add/Removev Admins

You can add/remove admins from the `config.lua` file. Example of admins:

```lua
Admins = {
    "discord:397032581326962689",
}
```

Admins are filtered by their discord id.
