# Spawning a Hockey Table

<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
}}
```
