> For the complete documentation index, see [llms.txt](https://docs.novarietygames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarietygames.com/websitecreator/luascript/dom/window/location/teleport.md).

# teleport

{% hint style="warning" %}
This will not instantly teleport the player. A popup will appear asking if the player want's to be teleport to the place.
{% endhint %}

The **`teleport()`** method of the Location interface teleports the user to another experience

Example

```lua
window.location.teleport(GameID)
```

```lua
window.location.teleport(14916849806)
```
