How can I teleport players to random place without stepping into RNG device

Hello programmers. I have a question for fn creative. How can I teleport players to random teleporter using timer device and random number generator and another question is how can I not reset the round when one of the players die to start the RNG device

Hey SergeantStoichev,

Using the teleporter with target groups does random, put a bunch of teleports about in the same target group, and use another teleport to send the player to that target group, picks them at random, the other setting that controls this is, Change Teleporter Target, which defaults to never

To do things before the round ends, its useful to not use islands settings to control gameplay, but manually use devices that eventually trigger an End Game Device, thats been set to end the round.
To do last man standing, turn off the last man standing and instead use a Player Counter, when its completion event fires use that to start the RNG device, then have whatever end results from that to finally trigger the end game device

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