I want to make a poll in my game so how would I do that?
I’ll walk you through this. First off, what’s a device that we can use to count things?
Hmm, is it that purple one that starts with a C?
A counter? I think it is a counter
Correct! Now what can be used to select something, it’s green and starts with a B….
Sorry @NavyCatZ ilk let you work
I think its a button?
Yes! Take it away NavyCatZ!
Correct! The button can increment the counter if a player presses it. However, one issue. Players can cheat by pressing the button multiple times. How do you think we can make it so they can only press it once?
Hint
I made a guide on this
Maybe you can make it so the button disappears when it has been clicked?
Yep, so how do you do that?
Starts with CH
You could also use a popup with 1 call-to-action and another one that says “next” so you can have a technically infinite number of options
You ruined the game…. While yes, you are correct! If this helps mark a solution!
Yeah but there is a popup limit I believe.
sorry my i had to get my charger, you could make it activate a channel and when it receives that channel, it deactivates
Correct! You can use a wire to increment a counter! Now ch ange the buttons text to say an option, and van! There you go, a working poll in game!
It might use a lot of memory and my game already has lots of memory, sorry but thanks for helping
Thank you so much! is there a way to see who voted?
I think maybe have a checker that checks for the option with the highest amount of votes. Then it broadcasts a message. For example: DLD has the most votes!
You could even add an option to close the poll.