Spawn pusher with random teleporter?

In my hide and seek game I have a spawn pusher that teleports you to a specific place on the map. The only problem with that is after a couple of plays people will realize that the player always spawn there. Is there some sort of a way to attach a spawn pusher with more than one teleporter so that you teleport to a random one each time?

i mean, you could have multiple teleporters receive on different channels.

use a randomizer:

1 Like

If you have 2 teleporters in the same group, then you will teleport to either one randomly. Just scale that up to however many teleporters you want.

How do I attach this to the counter?

1 Like

NM I re checked my coding. It works now

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