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

Need some help with this script, nothing wrong in output?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

I checked output, can you help me?

001Maps = {"Wobbly Bridge","Tower Of Magic"}
002Time_Per_Round = 60
003HowLongMessageLasts = 5
004HowLongVotingPeriodLasts = 15
005MessageToBeStated = "Seconds Left: "
006Option = 1
007COLOR = 1
008function Op1() -- This is where the functions should be combined.
009    m = Instance.new("Message", Workspace)
010    m.Text = "Map Selected: ".. MAP .."!"
011    wait(3)
012    m:Destroy()
013end
014function Op2()
015    m = Instance.new("Message", Workspace)
View all 106 lines...
0
Nothing was in the output, when I tested it. Lem0nzz 5 — 10y

1 answer

Log in to vote
0
Answered by
Marolex 45
10 years ago

Any output?

Ad

Answer this question