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

Why won't this fade in script for a text box not work?

Asked by 5 years ago

I just simply want my one player game to have a word at the top that after 5 seconds, fades in. What's wrong with this script?

transparency = script.Parent

wait(5)
transparency.TextTransparency = .9
wait(.25)
transparency.TextTransparency = .85
wait(.25)
transparency.TextTransparency = .8
wait(.25)
transparency.TextTransparency = .75
wait(.25)
transparency.TextTransparency = .7

thanks!

0
I think it's transparency.Text.Transparency fr2013 88 — 5y
0
sorry, it didn't work ccadeiscute -3 — 5y
0
Try LocalScript with your original code by transparency.TextTransparency without the period fr2013 88 — 5y
0
It worked! Thank you! ccadeiscute -3 — 5y
0
Np fr2013 88 — 5y

Answer this question