Anyone have a simple voting system with four options

so I want to make a voting system

before making a topic, find it in search, mark it as solved please, I will be grateful

I want a voting system that chooses how many players on each team not on one person

ah well this needs to be described in the post description right away, I’ll look for it now

thank you so much for the help.

1 Like

I need to know what kind of game you are making, and also please explain in MORE DETAIL what kind of voting system you want.

I’m am trying to make a battle royale game. and the people choose the AMOUNT of people on each team. I already have a timer so they don’t just stay there the whole game.

You could have this

  • Counter with increase, decrease and a “Submit” buttons
  • Counter is connected to a property
  • When “Submit” is pressed a trigger loop with a counter is started
  • The Loop is stopped once the counter value is the same as the property.
  • Each time the loop runs, trigger four relays that take people from the unassigned team and triggers a team switcher that puts them onto a team
3 Likes

ok can you make a tutorial please

Help Bump (they may need further help)

1 Like

@Username2 heres a guide The way to make a voting system in general. (Aaren's method)

2 Likes

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