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

'For loop' in Gui not running everything?

Asked by
Sublimus 992 Moderation Voter
9 years ago

So I just want it to fade away two texts, but for some reason, it only fades away the first text. No errors.

for i = 1,100 do
    wait(0.01)
    frame.huner2.TextTransparency = frame.huner2.TextTransparency + 0.01
    frame.huner2.Shadow.TextTransparency = frame.huner2.Shadow.TextTransparency + 0.01
end

Answer this question