How do i make a map voting system

so i have a game with like 2000 visits and i think its time to remove the old “choosing map” feature. So im quite bad at coding, and i have thought about making the code after i made a (for me, because im bad) 30 minutes gui, and i dont want to just throw that idea away. there are lots of tutorials on youtube, although that are parts to touch or already done tutorials with Free models. I need a smal explanation of how such thing works WITH my gui. here is the setup of the vote buttons and stuff:
image

and here the results tab:
image
please help

1 Like

If your looking for a GUI voting system the this tutorial should help.

It’s all about voting then teleporting the players to the obby or map

1 Like

i will try my best on this :smiley: , ima watch the tutorial and give feed back if i made something work lol

Good glad I could help and I hope it goes well.

if you want to check out the game; here it is xd (MOVED TO GROUP)Sword Fighter's - Roblox

Thx.

sure will and again hope it goes well.

its going quite well, thank you :smiley:

2 Likes

Hey, I tried this script out for my game, but when I tested it out, it gave me these warnings where it didn’t get the second choice and the third one. What should I do?
imagen

Which value type are you using?

1 Like

I am using ObjectValue on the three of them.

You can’t change ObjectValue with numbers, in my opinion, you should use NumberValue or IntValue to change values
Links if you want to know more about them: IntValue , NumberValue

1 Like

i forgot to say that you need to use tonumber() thing

1 Like