I am a little new to scripting and stuff but i want to know how to make a map voting system,like for instance i have five maps on a game the players select which one they want and that map loads. how do i do this?
You do the coding yourself, and if you have problems, we'll help. I'll give you the basic logic that I used though.
-IntValues in ServerStorage for each map.
-Create a gui that adds 1 to the value in ServerStorage if you click the corresponding map button.
-Go through ServerStorage and find which value is highest.
-If two values are tied, use math.random.
-Now you have your map.