of     1   

LightedRoblox
#36287293Sunday, October 31, 2010 1:43 PM GMT

Anyone fix this plz? I know what's wrong. But I seem cant fix it. ------------------------------------ ------------------------------------ ---------TRIVIA SCRIPT--------- ------------------------------------ ------------------------------------ --BY LIGHTEDROBLOX quiz = {"Who discovered ROBLOX?", "What is Telamon's real name?"} while true do local answergui = game.Lighting.AnswerNow local h = Instance.new("Hint") h.Parent = nil wait(5) h.Parent = game.Workspace h.Text = "Next Trivia start in: 10" wait(1) h.Text = "Next Trivia start in: 9" wait(1) h.Text = "Next Trivia start in: 8" wait(1) h.Text = "Next Trivia start in: 7" wait(1) h.Text = "Next Trivia start in: 6" wait(1) h.Text = "Next Trivia start in: 5" wait(1) h.Text = "Next Trivia start in: 4" wait(1) h.Text = "Next Trivia start in: 3" wait(1) h.Text = "Next Trivia start in: 2" wait(1) h.Text = "Next Trivia start in: 1" wait(1) h.Text = "Get ready for TRIVIA!" wait(1) h.Parent = nil --------------------------------------------------- HERE'S where script broke. =\ for _, v in pairs(game.Players:GetChildren()) do pcall(function() game.Lighting.AnswerNow.Question.Text = randomQuestion = quiz[math.random(1, #quiz)] print(randomQuestion) ------------------------------------------------------------- game.Lighting.AnswerNow:Clone().Parent = v.PlayerGui end) end wait(0.5) end
LightedRoblox
#36287317Sunday, October 31, 2010 1:44 PM GMT

I have everything. Such as AnswerNow GUI.
LightedRoblox
#36287530Sunday, October 31, 2010 1:49 PM GMT

Anyone?
D8Dev
#36287709Sunday, October 31, 2010 1:53 PM GMT

What it say in the output?
LightedRoblox
#36287776Sunday, October 31, 2010 1:55 PM GMT

Idk? Um - Blank? Let me check.
LightedRoblox
#36287872Sunday, October 31, 2010 1:57 PM GMT

It say nothing about it. And it dont works. ?
theduke5511
#36287884Sunday, October 31, 2010 1:58 PM GMT

I really would love to help but honstly i don't know a thing about scripting :\
LightedRoblox
#36288065Sunday, October 31, 2010 2:02 PM GMT

Ok -_- I wish Anminus was here *Helping me* :P
LightedRoblox
#36288108Sunday, October 31, 2010 2:03 PM GMT

I think it only works on online... I'll try it out.
LightedRoblox
#36288153Sunday, October 31, 2010 2:04 PM GMT

Nope it dont work.
aaawesome9
#36288428Sunday, October 31, 2010 2:11 PM GMT

Redo it and use output and come back

    of     1