Today I am going to show you how to make a voting system without block coding, the downside of this is you can only have 2 voting options.
Things you will need
- 1x Counter
- 1x Property
- 1x Checker
- 2x Buttons
How to do It
First get everything out
Then set up your checker like this
Then set up your counter like this
Then set up your property
Do what ever you want with your buttons becuase thats what you voting on
I made mine red and blue
Now wire your first button like this
and you second button like this
Then whenever you want to end voting you can just make the checker run the check then if check passes Blue won and if it fails Red won
Also, it might be possible to do more than 2 options with a chain of checkers, but I have not tested that yet