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