So I just want it to fade away two texts, but for some reason, it only fades away the first text. No errors.
1 | for i = 1 , 100 do |
2 | wait( 0.01 ) |
3 | frame.huner 2. TextTransparency = frame.huner 2. TextTransparency + 0.01 |
4 | frame.huner 2. Shadow.TextTransparency = frame.huner 2. Shadow.TextTransparency + 0.01 |
5 | end |