script.Parent.TextLabel.ImageTransparency = 0 for i = 0,1,0.1 do script.Parent.TextLabel.ImageTransparency = i wait(.3) end
Basically, all I want is my image to fade in, it doesn't do so. Instead it instantly comes up, there is no output.