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 10 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
10 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..

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

Otherwise, just put it in StarterGui.

Ad
Log in to vote
0
Answered by 10 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 — 3y
Log in to vote
0
Answered by 10 years ago

But if i put...

function onClick()
value = value + 1
if value.most then
    thing1 = true
else
    thing1 = false
end

Answer this question