Images need a tile option

Things like ImageLabel need an option with the slicing, to instead of slice and stretch, to slice and tile the inside. I actually thought that that was how it worked, and got kinda excited to re-do all my Gui, Lol.

Now I’ve wasted a bit of time doing that to find out I was wrong, but it’d still be nice to have.

Maybe fill types:
Stretch
Tile
Slice
SliceAndTile

5 Likes

It shouldn’t be a fill type. It should be UDim2 TileSize and UDim2 TileOffset, and they should default to 1,0,1,0 and 0,0,0,0.

3 Likes