How to make a Gamemode Voting System?

I’m trying to make a game that requires a voting system to choose the gamemode, where you press buttons to increment counters, and whatever counter has the highest vote will be chosen, but I can’t get it to work. How would I get this to work?

Edit: I’m trying to make it see which vote got the most votes, Not how to make a system.

Welcome to the Forums @Bobtheskeleton
I know you’re new so make sure to read the forums guidelines!

You can search your heart’s desire with the search bar which is located at the top right.
Here is the guide!

Did this help you @Bobtheskeleton?

@Bus694 Not really, most of them were confusing or didn’t work for my game.

I’m not new to the forum, but thanks @HelloSmartie

1 Like

Please mark a solution!
Thanks for the extra link @shitposter!
I think you’re new?

Well, please read the guidelines anyway!
[1]


  1. You get a bonus badge for it! ↩︎

None of the pictures loaded, so It doesn’t really do much. Thanks for trying though!

@Bobtheskeleton , have you found what you needed or do you need more help?

I need more help if you can

1 Like

I know a way to make a more complex system, I’ll explain it here.
here’s a mini guide lol

Making a voting system!

Grab some popups
A Game Overlay
triggers
counters

Use the "Call to action"s in the popups
Set the primary to your game mode.
Set the secondary to “more”
When you click more, you go another popup with the same settings but a different gamemode
When you press the gamemode primary, it should trigger a counter.
The counter will go up one vote
When a counter reaches a curtain number, make everyone tp to the gamemode!

HOPE THAT HELPS!

1 Like

Thank you @Scary_Friend ! I will have to try this once I get the chance!

1 Like

Quick Question, how do we know which one had the most votes, and how do we make it impact which gamemode it chooses?
@Scary_Friend

1 Like

I don’t think there’s a direct way to tally up points, my best answer would to be

if counter reaches "number"

then to everyone to that gamemode.
You are gonna have to make your best guess.

OR

if counter doesn't reach "number"

you could possibly trigger another counter. I avoid using channels a lot, but I think they are the most helpful
or this code with properties