|
| 06 Aug 2013 09:03 PM |
Wont work, nothing in output.
Votes1 = Workspace.Votes1.Value Votes2 = Workspace.Votes2.Value Votes3 = Workspace.Votes3.Value Votes4 = Workspace.Votes4.Value
while true do wait(1) if Workspace.Countdown.Value == 1 and Votes1 > Votes2 and Votes3 and Votes4 then game.Lighting.Map1:Clone().Parent = Workspace m = Instance.new("Message", Workspace) m.Text = "Shack Chosen" wait(5) Message:Destroy() end end |
|
|
| Report Abuse |
|
|
| 06 Aug 2013 09:05 PM |
| SCRATCH THAT, I copied something someone suggested in SHers, and pasted it in my script, I need to do more testing before I ask again. |
|
|
| Report Abuse |
|