I need help with my vote system vote counter

I need help I don’t know how to make one

Can you tell me about the rest of the system?

Here is so info from @getrithekd’s guide.

"This will now check the votes and teleport the voted player to the execution chamber. If there is a tie, no one will die. That rhymes!

Property Time!

Make a global scoped number property named “Num Votes”. The default should be 0. Make another global scoped number property named “Guilty ID”. The default doesn’t matter. Make a global scoped True/False property named “Tie”. The default should be False. Make a global scoped number property named “Num Votes Counted”. The default should be 0.

Make a trigger receive on “End Vote”. Put these blocks in:

image

We are on the home stretch (hopefully!).

Make a relay receiving on “Start Execute” and broadcast on “Execute”. The audience should be everyone. Make a trigger receive on “Execute”. Put this in the blocks:

image
Also, inside the 2nd if statment, make it broadcast on “Start Reset Player ID”."

And here is a link to his guide.

Mine is very diffrent it doesn’t got anything with player ids

This is how I made it Easiest voting system V2 - #23 by Haiasi

1 Like

I will look at it.

Then all that information the color system collects gos to the voting system pop up I haven’t added to the post yet there is no code for the system part yet which counts the vote

Here’s a few different types of voting:

Make sure to mark a solution!

1 Like

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