> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_airhockey/spawning-a-hockey-table.md).

# Spawning a Hockey Table

Ability to spawn more Air Hockey tables through the script.

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-285ceb7e0bd392d646221f3cfaafd29ce53931a8%2Fhockey4.png?alt=media" alt=""><figcaption><p>Del Perro Pier</p></figcaption></figure>

All Air Hockey tables that's already spawned by other scripts/maps will be playable. If you want to spawn extra tables, you can do it in **config.lua**

```lua
Objects = {{
    pos = vector3(-1635.939453, -1052.837891, 12.148856),
    heading = 318.0
}, {
    pos = vector3(-1634.047485, -1054.425537, 12.148856),
    heading = 318.0
}}
```
