# Avatar Teleport

{% hint style="success" %}
**COPY/PASTE PARAMETERS**

New in GM 0.11! Right click on a behaviour or component to copy. Then open an object, add the same behaviour or component, and right click it to paste identical parameter settings.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Teleportation Made Simple!</strong></td><td>Allows players to teleport to a specific object's location with a message.</td><td></td><td><a href="/files/Du8Xm8vlz0eNAaoO51Z2">/files/Du8Xm8vlz0eNAaoO51Z2</a></td></tr><tr><td><strong>Game Maker 0.10 Update</strong></td><td>Teleport a group of avatars, cancel out of teleport, adjustable timing, and new VFX.</td><td></td><td><a href="/files/UP3iGKm72sqIarrTYphT">/files/UP3iGKm72sqIarrTYphT</a></td></tr><tr><td><strong>Game Maker 0.12 Update</strong></td><td>You can now select a range in which players can be Teleported into, as well as teleporting a whole Team together.</td><td></td><td><a href="/files/qABo246seMPrVDcBO21Q">/files/qABo246seMPrVDcBO21Q</a></td></tr></tbody></table>

{% hint style="info" %}
[Build Singleplayer & Multiplayer Logic](/en/creator/game-maker/docs/build-singleplayer-and-multiplayer-logic.md) - about <mark style="color:green;">**\[SP]**</mark> or <mark style="color:yellow;">**\[MP]**</mark> behaviours or components.
{% endhint %}

## <img src="/files/ldDEJHnL6BCWYlkijQw2" alt="" data-size="line"> Avatar Teleport <mark style="color:yellow;">\[MP]</mark>

Manages a teleportation from the player's current location to a specified object's location in the Experience.

Players can teleport many ways:

* Press E to interact with this object if the **Message Required** is set to *Interact*
* Set this object's **Message Required** as needed, trigger a variety of ways

## Common Uses

* Moving players from one play space to another quickly for levels, chapters, etc. in gameplay/narrative within an Experience.
* Temporary movement of the player camera to secret areas to display choreographed [**cutscenes**](https://youtu.be/zIqn2DhoOHs?si=ImWnuzs_8rf8psbl).

## Communications

<table data-header-hidden><thead><tr><th width="300"></th><th></th></tr></thead><tbody><tr><td><strong>Inputs:</strong> one or more messages</td><td><strong>Outputs:</strong> can delay teleport and send a message</td></tr></tbody></table>


---

# Agent Instructions: 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.sandbox.game/en/creator/game-maker/docs/components/actions/avatar-teleport.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.
