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

Why wouldn't this Script work?

Asked by
woodengop 1134 Moderation Voter
10 years ago

How would I fix this script?

01local gui = game.Players.LocalPlayer:WaitForChild("PlayerGui"):WaitForChild("uiholder")
02local gui2 = game.Players.LocalPlayer:GetMouse()
03local logs = gui:WaitForChild("logs")
04local open = gui:WaitForChild("uiopen")
05local frame = gui:WaitForChild("uiframe")
06local close = frame:WaitForChild("uiclose")
07local timer = logs:WaitForChild("timer")
08 
09while true do
10    local c = 120
11    timer.Text = "Time Left to live :  " ..c
12    if c == 10 then
13        timer.FontSize = "Size36"
14        timer.Text = ""..c
15    end
View all 49 lines...
0
I did use a LocalScript. woodengop 1134 — 10y
0
Is there an error message in your Output pane? Or does it fail silently? iconmaster 301 — 10y
0
No error Message in the Output. woodengop 1134 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

I don't see anything wrong. What do you think you did wrong?

0
Nothing Functioned. No Error Popped up. woodengop 1134 — 10y
Ad

Answer this question