# Spawn Point

On our platform, the player by default spawns at the point 0 0 0. Because of this, we have to adjust the whole scene to this position. Spawn Point allows defining where the player will spawn!

Let's add one spawn point to our scene.

<figure><img src="https://1307401556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOjaXdLdnzdaSbMhKxKOh%2Fuploads%2FeplLAWXdRxi3VvTuOExU%2Fadd_sp.png?alt=media&#x26;token=a8f6266b-8e74-4db1-b7bd-7a7d69d17f41" alt=""><figcaption><p>Spawn Point creation</p></figcaption></figure>

And place it where we want to. Also, you can set the rotation Y parameter to define the direction where the player will look at. In our example, we will place it near the fountain and will look at it.

<figure><img src="https://1307401556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOjaXdLdnzdaSbMhKxKOh%2Fuploads%2F3FlpdkSV6kZ2OEglO1if%2FScreenshot%202022-12-09%20at%2010.15.29.png?alt=media&#x26;token=402a1d83-7204-44b0-8030-7948796b0366" alt=""><figcaption><p>Place the Spawn Point</p></figcaption></figure>

Now you can launch the scene and check it!

<figure><img src="https://1307401556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOjaXdLdnzdaSbMhKxKOh%2Fuploads%2F2OLkno8vxVZkwJpGn2AV%2FScreenshot%202022-12-09%20at%2010.20.10.png?alt=media&#x26;token=4771baf1-8f16-4c44-b9f8-ee305075184c" alt=""><figcaption><p>Player spawns where we defined</p></figcaption></figure>

There is another problem that a Spawn Point solves. If many users will visit your scene at the same time they all will spawn at the same place. To solve it you can place many spawn points on the scene.

<figure><img src="https://1307401556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOjaXdLdnzdaSbMhKxKOh%2Fuploads%2F3GITQ45vclofzBZh7xE8%2FScreenshot%202022-12-09%20at%2010.25.40.png?alt=media&#x26;token=6a3ece85-4b95-4980-bcda-e0ad6e20fd9a" alt=""><figcaption><p>Place many Spawn Points</p></figcaption></figure>

In this case, the player will spawn at one of the Spawn Points randomly.
