Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make an voting system?

Asked by 11 years ago

Please, show me how!

3 answers

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
11 years ago

To start off, you'll need to learn how to make a GUI. ROBLOX provided a tutorial on how to make one. After you learn that, you'll just need to know some loop to get it in ever player's GUI (If you want it to happen at a certain time) such as..

1plrs = game.Players:GetChildren()
2for i,v in pairs(plrs) do
3game.ServerStorage.GUI:clone().Parent = v
4end

Otherwise, just put it in StarterGui.

Ad
Log in to vote
0
Answered by 11 years ago

Please do not ask for people to make scripts. Thats not what this website is for.

0
Shut the fuck up and go fuck yourself MightyVad 0 — 4y
Log in to vote
0
Answered by 11 years ago

But if i put...

1function onClick()
2value = value + 1
3if value.most then
4    thing1 = true
5else
6    thing1 = false
7end

Answer this question