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
10 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.

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

Answer this question