Advanced teleporter help

How would I make it, so that if one team interacts with something (preferably a button), they get teleported to location A, and if another team interacts with something, they get teleported to location B?

2 Likes

Place a teleporter and under channels set “teleport here when reciving on” to whatever channel you want. Then, under the button, have it broadcast on that channel when pressed. If you want to have it teleport a whole team, then have the button trigger a relay set to team broadcast on that channel. I hope this helps!

1 Like

It’s useful, but not exactly helpful. I think my problem is that one button can’t send on two channels…

…

Wait.

What if I use wires and channels at the same time?

1 Like

So want to teleport both teams when the button is pressed? If so, just set the relay to all players.

No, let me explain.

Spoilers about my next game

I’m trying to build Tic-Tac-Toe, but I need a turn system that lets team one claim a square, then then team 2, then team 1 again. I already have the code for the claiming, but I can’t figure out how to kick out one team, and bring the other in at the same time.

1 Like

When a square is claimed (The button is pressed by someone on the team you want to teleport out) have the button trigger a relay that broadcasts for all members on team, on a channel. In a teleporter, have the teleporter set up to "teleport here when reciving on " to the channel the relay broadcasts on. This will teleport out the team that just played. For teleporting the next team in I’m not sure how you would trigger that.

maybe two teleporters and one of them is set to “teleport here when receiving on (channel)” and the other one is set to “teleport to target when receiving on (channel)” and put down a target teleporter, you should only need to send out one channel for that.

1 Like

Thanks! I think I almost figured it out!

1 Like

Cool! Let me know if you run into any more problems!

I DID IT.

Problem solved, and it wasn’t that complex. Posting it in Community Made Guides

2 Likes

Don’t steal this…

Yet.

1 Like

lol. That’s so cool!

1 Like

Thanks!


1 Like

Use wire repeaters. They block signals if not from one team.

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