Help with sliding/animated text

Hello, so what I’m trying to do is make the text label slide to the left and once it reaches the end it repeats. I know this description isn’t the best, which is why i have linked a video. The UI to be paying attention too is the yellow box at the top.

Example: New Eden Riots are BAD - YouTube

1 Like

Try searching for your issue before you make a post.
This is your exact issue, solved.
Ditto

1 Like

Hello, cheers. I did however it did not point to the correct type of animation.

The first example I linked and the example you have linked both scroll horizontally to the left. According to the solution, seems like TweenPosition would be right down your alley.

However, if you’re wanting to make the text wrap, you can just make multiple instances of the text label and move them all along like a little conveyor belt system. Just make sure ClipsDescendants is on in the Frame you inevitably store it in

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.