Hi
How can I make a scrolling text like this in the video (red line down)
Have a Frame with red background and a TextLabel inside that. Use tween service to change the X position of the TextLabel, so it starts from the outside of the Frame and goes out the other way (for example, tween from {1, 0, 0, 0} to {-1, 0, 0, 0}). And when the tween is over, start it again.
Heres the documentation for TweenService:
You can also use TextLabel:TweenPosition
on UI elements
Hope this helps!
But I need a script that the text moves automatically like in the video
Yes, I told you how you can make the script yourself. Read through the documentation I posted and you’ll be able to make it yourself.
I won’t give you a complete script and it’s against the community guidelines to ask for one.