How could I make a text what automatically scrolls along and repeats?

Hello! I was inspired by a game today, and I was wondering how can you make a text scroll along automatically, repeating itself?

Here’s a preview of what it can look like: https://gyazo.com/b677ae9a649e4dadd8d40df2c8153b12

3 Likes

I’d say this is using the TweenPosition method of the GuiObject, you can know how to tween the Gui’s position here:

2 Likes

Thank you! Just tried this out for myself, and it works.

Just tried it out again, and it seems to be invisible?

What do you mean by invisible? Can you provide a video of what you mean?

I found a video tutorial for you. I hope this will help you make your own unique scrolling text. :wink:https://youtu.be/HdxoqhCoorQ

1 Like

Just found that i used a Script instead of a LocalScript lmao its working now ty!

1 Like

Thanks! I recreated that using tween service.