Valkedd
(Valkedd)
November 16, 2019, 7:44pm
1
Hello there,
I would like to achieve making a rainbow TextLabel. So I have the script but I can’t find what the problem is. I am not a scripter but I do know how to do a few things. Any help would be appreciated! Thanks in advance.
(It is supposed to be a textlabel so I changed ImageColor3 to textColor3)
Protori
(Protori)
November 16, 2019, 8:06pm
2
What about it doesn’t work? We need clarification in order to be able to help
Valkedd
(Valkedd)
November 16, 2019, 8:07pm
3
The text is supposed to be rainbow but nothing happens. I have not spotted any errors.
1 Like
Protori
(Protori)
November 16, 2019, 8:09pm
4
In the tween for the image color3 you need to set ImageColor3 = r[i + 1], so that it tweens from the current color to the next. Hope this helps!
higbeaad
(Layla)
November 16, 2019, 8:13pm
5
Tween.Completed is an event, not a property. Instead of repeat wait() until tween.Completed
, try using tween.Completed:Wait()
.
1 Like