> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/odk-templates/combat-template/respawn-points.md).

# Respawn Points

## Feature Overview

Spawn point zones are added to the map for each team. When a team is selected, the character will spawn at the associated teams spawn point.

## Technical Overview

`AJ_PlayerStartVolumes` have been placed around the map and tagged with either: RED, BLUE or GREEN. On BeginPlay, `BPM_ODK_ExampleCombatCharacter` caches all player start volumes on auth clients. When `BPM_ODK_ExampleCombatCharacter` is respawned, we use our team to find the appropriate player start volumes and teleport to a random player start in the player start volumes.

<figure><img src="/files/XtW81Mb3Ci04SbQyvjHB" alt=""><figcaption><p>Caching player start volumes in <code>BPM_ODK_ExampleCombatCharacter</code></p></figcaption></figure>

<figure><img src="/files/a9VWw1NDiAENIeQumrch" alt=""><figcaption><p>Respawn logic in <code>BPM_ODK_ExampleCombatCharacter</code></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherside.xyz/odk-docs/odk-templates/combat-template/respawn-points.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
