How do you make a poll in game?

Yes! Take it away NavyCatZ!

3 Likes

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

3 Likes

Maybe you can make it so the button disappears when it has been clicked?

1 Like

Yep, so how do you do that?

2 Likes

Starts with CH

1 Like

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

3 Likes

You ruined the game…. While yes, you are correct! If this helps mark a solution!

1 Like

Yeah but there is a popup limit I believe.

3 Likes

sorry my i had to get my charger, you could make it activate a channel and when it receives that channel, it deactivates

3 Likes

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!

3 Likes

It might use a lot of memory and my game already has lots of memory, sorry but thanks for helping :slight_smile:

2 Likes

Thank you so much! is there a way to see who voted?

1 Like

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!

2 Likes

You could even add an option to close the poll.

2 Likes

I was thinking there would be a place where people go to vote instead of a button so that won’t be an issue

1 Like

Yeah that’s a good idea. Maybe like a specific place where you could vote a certain way.

1 Like

You could connect the button to run some blockcode in a notification (leave the notification blank for now, we’ll change the text in blockcode)
Button Pressed > Run Wire Pulse Block

Blockcode:

Set Text | Create Text with “Triggering Player’s name
has chosen the “OptionName” option
2 Likes

Oh thats a great idea! thanks for the info!

1 Like

Should I make a guide for this because it might be helpful for people and it would be my first guide?

1 Like

You could replace the button with a popup because imo its cleaner

2 Likes