I believe the question I am about to ask has never been asked before and neither done before. I’m trying to make a credit roll with images beside it too.
Let’s take this video for example.
I wanna make something like the credit roll in this video but in Roblox.
Please consider replying if you know how to and if possible provide something so others can learn too!
Tweens. Align your elements vertically and then tween downwards until you reach the end. Tweens are also applicable to the fades. For the text crawling before the roll of the credits, you may want to consider using a UIGradient that blends with the background (for example, white and black gradient), then gradually offset the gradient until it reveals all the text - provided that’s possible to do and the gradient doesn’t end up repeating somewhere.
Yep. You might want to seek out Art Design Support for assembling your Gui elements in that fashion though. For this kind of use case, typically what I would do is create frames that span the whole screen in a vertical fashion and then scroll through all of them, with an image on one side and text the other. You can also automate this task so you lessen the amount of manual work you do, if necessary.