How to split the players in to random teams with the click of a button

I am trying to make a game mode within my game that is activated threw a button. I want it to after the button is clicked have a popup showing which team your on. One team also needs to start with gadgets and the opposing team has no gadgets.

I’m guessing the teams should be split evenly? How many teams are there? Make sure to specify that!

You can make it so that when you press a button a randomizer will give you a number (1 or 2) and depending on that number you get sent to that team.

Wire the button to a team switcher. Button Pressed —> Switch player to configured team.

You also need to wire the team switcher to a randomizer so the team is random.

1 Like

Thank you all! I will go threw them now and see what works best!

What is a randomizer?

Use the guide Zappy Zaptos gave you to find out.

1 Like

I took a little look at it and its very confusing. can you possibly simplify it?

It’s very confusing for me as well. Sorry, but I don’t have the exact knowledge to simplify it.
Even if someone were to simplify it, it would still use block coding.

oh ok, i will try to figure it out then thanks!

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