How do you make a simple voting system

How would I make a simple voting system like for example: gamemode/map voting

1 Like

You could have a folder in replicated storage with each map/gamemode as a separate folder. Then when a player clicks the UI for voting for a map, you can send a remote to the server and add a value to the folder with the map/gamemode with the player’s name. At the end of the vote, count how many values inside the folder and voila! You have a voting system.

i am fairly new to scripting and i dont fully understand what you mean. could you try explain it in a more beginner-friendly way?

You might find this to be more helpful: Gamer M8

1 Like

Thanks. I will watch his tutorials

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