Author Topic: teleport  (Read 645 times)

how do i make a brick where when you step on it you teleport to another

Instructions
1. Make the two bricks and name them. E.G. 1st floor 1 and 2nd floor 2.
2. In the thing that makes you go to the other teleporter--Make this event:
onPlayerTouch/onActivate > <NAMED BRICK: (Other teleporter)> > SetPlayerTransform > Player > True. (Check the box)
3. Test. Of you use onPlayerTouch, you have to have Collision on. With onActivate, you don't need Collision on.
Hope I helped!

~SonoMari~

Instructions
1. Make the two bricks and name them. E.G. 1st floor 1 and 2nd floor 2.
2. In the thing that makes you go to the other teleporter--Make this event:
onPlayerTouch/onActivate > <NAMED BRICK: (Other teleporter)> > SetPlayerTransform > Player > True. (Check the box)
3. Test. Of you use onPlayerTouch, you have to have Collision on. With onActivate, you don't need Collision on.
Hope I helped!

~SonoMari~

thanks! i realy need this to!

One more thing you need the "setplayertransform" event, its not a default one i think.