Hi guys! This is my second question. (Still haven’t gotten a solid answer on my first post. Click here if you want to see it! → Hi! I'm new to GCCF, and I need help) As some of you may know, I’m making a free-for-all shooter game. In the game there is going to be a map selection room where players can choose which map to play on. I want to make it so that each map has a trigger next to them, and whichever trigger has the most players, that map gets chosen. I’m not sure if there even IS a solution for this (HOPEFULLY there is! ) but if you have any suggestions or ideas, PLEASE tell me!
Have the trigger increment a counter for that map- that counter updating a property. Then use the guide below to see which property has the most votes!