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

Help with Image-transparecy?

Asked by 10 years ago
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.

Answer this question