GUI images that repeat instead of stretching

How would I make a GUI texture that repeats but not stretches? Is it even possible?

The stretching is when the image gets all warped and looks bad and it repeating means the image just gets repeated just like a texture on a part.

But I can’t put a texture on GUI.

Imagelabel have a property called ScaleType, set it to Tile

thank a lot I was looking for that forever

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