> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-spawn-v2/events-export-list.md).

# Events / Export List

### Open Spawn Selector (On Client)

```lua
TriggerEvent('ak4y-spawn:OpenSpawnSelector')
```

### Open Spawn Selector (On Server)

```lua
TriggerClientEvent('ak4y-spawn:OpenSpawnSelector', source)
```

| Parameter | Type   | Description   |
| --------- | ------ | ------------- |
| source    | number | The player id |
