How would I do this for my games title screen?

Does anyone know how I can make it so that I can make it so that It looks like my image is moving to the side while it basically clones itself so that it can come back again?

If you don’t understand my explanation, just look at this please.

create 2 of the same image set their size to fill entire screen. set 2nd image’s position to (1,0,0,0)
continously move them left in a while loop and when they reach (-1,0,0,0) just teleport it back to (1,0,0,0)

4 Likes

It works, thanks : )

I’ll be adding a test place that people can go in and provide a script for others who want to do this.

1 Like

I made a tutorial for anyone curious

https://devforum.roblox.com/t/how-to-make-a-repeating-animated-background-image-with-gui-elements/2188236/2

Do you want me to credit you in it?

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