I want to add an effect to this image label where it constantly scrolls upwards and fades out a layer of transparency, is that possible?
I have looked at some other posts on how to make a repeating pattern however that’s where the image label is fully contained by something
Yes it would be possible. However, it would be a bit complicated.
You would need to script a loop that repeatedly creates a new frame, sets it to the correct size, starting position, and color, and then tween it upwards while tweening it’s transparency as well, eventually destroying it.
Hope this helps!