Racing Items and Caution

Hello all!

As you all know by now, I am creating a racing game. I would like some help on creating some knockout items and creating cautions.

I need to make it so that when a player is knocked out, a popup with appears that says “Caution Has Come Out!”. When the player is knocked out, the other players need to be transported to an area where they wait while the other player who was hit heals with med and shield. Then, when the player is completely healed, the other players will be put back on the track, then they can race again.

If you guys could help, that would be great!

Thanks!

1 Like

Teleporters and channels or something? I stink at devices though :smile:

2 Likes

I get it. It’s probably pretty complicated :smiley:

2 Likes

Okay, first get a lifecycle, then make its settings into this:


then, take a popup and change it to “Caution has come out!” then, make the popup show when receiving on “.knockedOut” set its scope settings for the scope player. make the popup emit a channel when it is closed, called “.teleport” then, take a teleporter and place it into the desired place. Make its settings to this:

Then, get a health granter, and change its settings to this:

then, put a button in the room wired to a teleporter that will teleport them back.
If there’s anything wrong, tell me please!

1 Like

Does there need to be any wires from the devices, or will they run without any wires?

1 Like

no wires, because there are channels.

Okay, thank you so much! It should work now!

2 Likes

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