> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/forge/spawning/initial-spawning/team-intro-spawns.md).

# Team Intro Spawns

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Cover image"><figcaption></figcaption></figure>

Team Intro Spawns facilitate player entry at the beginning of a round in team-based modes. A single object can spawn one squad containing up to four players; if a team requires more than four starting players, multiple Team Intro Spawn objects must be placed for that team.

## Variants and Layouts

The Team Intro Spawn object is available in three variants:

* Team Intro Arrow Front
* Team Intro Arrow Left
* Team Intro Arrow Right

The suffix of the variant determines where the intro animation camera concludes after showcasing all players. Additionally, different variants utilize distinct spawn patterns for the four initial players; the "Front" variant uses an "A" shape, while the "Left" and "Right" variants use a horizontal line configuration.

<figure><img src="/files/nSiv9JmIVTKNqmMk0r5z" alt="Team Intro Spawn variants"><figcaption><p>The three variants determine both spawn shapes and final camera positions.</p></figcaption></figure>

## Placement Guidelines

### Camera Visibility

These spawns should be placed within the starting area of a team's base and serve only as initial spawn locations, not for respawning. Because the intro sequence follows a fixed path, all space between the spawn points and the camera must remain clear of geometry to avoid visual clipping. The camera maintains a distance of 20 units in front of the "Front" variant and 15 units to the side for the "Left" and "Right" variants.

<figure><img src="/files/cppBGVoJkja7Q3l5NLWc" alt="Geometry blocking camera"><figcaption><p>Geometry can partially block visibility of the camera during a Team Intro sequence.</p></figcaption></figure>

<figure><img src="/files/S7CiUuDPPyPSavXxTqgx" alt="Camera view end"><figcaption><p>This shows the final camera view at the end of an intro sequence.</p></figcaption></figure>

### Height and Surface Interaction

Spawn points may intersect the ground by up to 1.5 units without preventing players from spawning correctly; however, placing them deeper than 1.5 units into the ground will cause them to be blocked. If a player is unable to spawn on their designated point, they are relocated to a [Respawn Point](/forge/spawning/respawning/respawn-points.md).

If an object is floating or placed on uneven terrain, players will land on the nearest surface beneath them rather than remaining suspended in the air.

{% hint style="warning" %}
When working with uneven ground where some spawns may be floating, prioritize the placement of the final camera view over spawn point height to ensure all players are fully visible in the intro sequence.
{% endhint %}

<figure><img src="/files/VzXRSM7ezm1fmIvzz2gI" alt="Spawn point under ground"><figcaption><p>A spawn point located up to 1.5 units below ground still allows players to spawn correctly.</p></figcaption></figure>

<figure><img src="/files/YZqMN41eILs6hLdE4nnU" alt="Uneven surface spawning"><figcaption><p>Players who spawn from an object on uneven terrain will land on the nearest available surface.</p></figcaption></figure>

## Orientation and Properties

### Rotation Constraints

The Team Intro Spawn should only be rotated on the Yaw axis to determine which direction it faces. Rotating the object on the Pitch or Roll axes can cause the player's camera to be disoriented immediately upon spawning.

#### Property Settings

For a standard setup, use the following property configurations:

* **Team:** Neutral (irrelevant).
* **Team Designator:** (user-defined) Determines which Team is spawned.
* **Squad:** (user-defined) Determines the order of the Team Intro Spawn. "Alpha" is the first sequence and serves as the standard setting when only one object per team is utilized. If multiple objects are used for a single team, ensure Squad properties are unique and set in ascending order, such as Alpha, Bravo, Charlie.

***

## Source Data

* Discord thread: [Team Intro Spawns](https://discord.com/channels/220766496635224065/1536530672829603851/1536530672829603851)

#### <mark style="color:green;">Contributors</mark>

Okom


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.thescriptersguild.com/forge/spawning/initial-spawning/team-intro-spawns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
