SneakyGuy101 on 18/2/2014 at 00:54
So first off I do not know how to make a portal that will teleport you to another area. So can anyone help me with this little problem. So in my mission I have a portal but the problem is, is that I don't know how to set it up so that it teleports you to another area:eww:
So could someone please write out a tutorial, please:)
Yandros on 18/2/2014 at 03:10
Create a Bounds Trigger, and change its size to 8x8x8, since that's how big it is. If you need to resize it based on how big your portal is, adjust the Physics > Dimensions property to match. Put it so that the player will enter it just as they walk into the portal - this may take a little tweaking once you have the whole thing rigged up.
Create a TeleportTrap and put it where you want the player to end up. Rotate it to face the way you want the player facing also.
Link the Bounds Trigger to the TeleportTrap with ControlDevice. Link the TeleportTrap to your starting point also with Control Device.
ZylonBane on 18/2/2014 at 17:03
Particles, a sound effect, and sufficient "debounce" are left as an exercise for the reader.
SneakyGuy101 on 18/2/2014 at 21:15
Thank You!!:cheeky:
It worked perfectly fine;)