How do you make a teleporter?

I want to make a teleporter so that when someone falls off a platform they land on the teleporter and go back to another part of the level. How would I make this?

Here’s one way:

In your player object, add a “collision” trigger that fires when you touch a teleporter object. Connect that trigger to two numbers that send an updated value into an “x” and “y” property behavior, to move your player object to whatever position you would like.