How to teleport players through interactions?

1

First Step

2

Second Step

Decide what will trigger the behavior. In this case, we are using “Interaction”, which shows a button when getting closer to the object that the behavior is added to.

3

Third Step

Go to the “Game Actions” section, select the “Set Player Position” block, and set the coordinates for the teleport. Alternatively, you can build a custom logic with further data by tapping on the position number and, instead of typing something, selecting “Add custom graphs’” For example, setting the teleport position to an object in your game (see custom graph image below).

4

Fourth Step

Exit the Behavior Editor, playtest and ensure it works as expected!