So realy what im after is a scrolling patran like logos. Baseicly I want an image offset so I were to combine it with tiles and somehow make the gui behave like a texture for a screen gui I should get a scrolling thing.
there is a offset for texures but not Image lables
I wonder if theres something that behaves like this for image lables.
so im after going for this look:
it scrolls in the +1 x and +1 y. it will not go off the screen or frame and it will be an endless loop.
So how do I do stuff like this?
You can use TweenService to create a tween that adjusts the offset variables and causes the image to offset by the number of pixels that make up a tile. Once you have that tween you can make it loop endlessly (set the repeat value in the TweenInfo to be -1) and this creates an endless scrolling effect
They use the same mechanic to move. A gif appears animated because the ‘image’ jumps from cell to cell to create an animation. If you tween a tiled image which is static between cells, it appears to scroll.