Author Topic: Wrench Events - Teleporter.  (Read 463 times)

How Do you get it so "On Activate" Or "On Playertouch" To get one Brick To teleport to the other end?

First, get the setPlayerTransform event. Here are the events.

OnActivate > BrickName > Setplayertransform > (NSEW are directions the player will face, player is the direction the player is facing when it activates. Checkbox is whether or not player retains it's velocity.

OnPlayerToych > BrickName > Setplayertransform > (NSEW are directions the player will face, player is the direction the player is facing when it is transformed. Checkbox is whether or not player retains it's velocity.