Skip to main content

<spawn>

Defines a point at which avatars should join when they enter a world. If multiple spawn points exist one will be chosen randomly.

Props

PropTypeDescriptionDefault
positionArrayPosition of the spawn point.[0,0,0]
rotationArrayRotation of the spawn point.[0,0,0]

Notes

  • You can add and remove these dynamically to control where people spawn. For example you might have spawn points in a lobby before a game starts, and then move them to the spectator area when the game starts, so that new people joining can observe.