How to make a teleporter teleport you somewhere random

How to make a player go to a random place in your map after going through a teleporter?

the group option

2 Likes

I suppose you can use a randomizer to do so:


Place down a zone, a Trigger, and three (I was using 3 as an example) Teleporters.


Zone (enter zone) → Trigger (trigger)


Make a randomizer inside the trigger, make it transmit on channel 1, channel 2, and channel 3 which were indicated with the randomized integer [1-3]


Now, go to the Teleporters:
Teleporter 1: teleport player here when receive on Channel 1
Teleporter 2: teleport player here when receive on Channel 2
Teleporter 3: teleport player here when receive on Channel 3


This might not be the simplest way, but this would work.

2 Likes

By trigger do you mean a relay?

Nope, a trigger that has a randomizer block code, let me get the image real quick.

Oki thank you. Thanks for the help and sorry for wasting your time

The trigger block code as a reference, you can add more if you want more teleporter options:

Inside the teleporters, you should make each of them teleport player here when receive on the certain number channel:

Teleporter 1: teleport player here when receive on “1”
Teleporter 2: teleport player here when receive on “2”
Teleporter 3: teleport player here when receive on “3”

Hope I explained it well enough lol.

Don’t say that, I am glad I can help you on this :)

2 Likes

Wait I can’t find that on my zone thing

1 Like

The block code option I’ve shown you is on the Trigger, and the purpose of Zone is to send a pulse to the Trigger to make sure the randomizer is activating, and last, the Teleporters are for following up the randomizer and teleport the players into those different spots.

Mine is different it doesn’t let me go into that code maybe because I’m mobile

Ok, so go in to trigger, and on the left side of the trigger options you should be able to see a “Block Option”.
GKC is not designed for mobile, I would recommend you to do them on PC.


Edit:

That is really helpful to me, I never know you can do that lol

1 Like

But I only have an iPad so I’m smoked here

Just use the “target group” and “group” settings. Set the teleporter that teleports your randomly to a target groups of “random”, and the random spots to have a group of “random”. The system will then choose a random one of them to teleport you to.
Hope this helps!

Thanks I’ll try it out!

1 Like

Do you have a picture I really understand more with pictures sorry.

Sure!
Here’s the picture for the teleporters that send you to the random place:


And here’s the teleporters that are the random places themselves:

Let me know if you need more help!

That worked thanks dude!

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.