Hello. I want to make a gui that has lines with small spaces inbetween them, that is also inside of the rectangle. It would look something like this (i painted it in microsoft paint so its bad):
I could just use alot of frame gui’s but thats impractical and i guess maybe causes performance issues? And if i do use frame gui’s i may leave bigger spaces between some. Thanks.
Is it going to change like an inventory list which may get more items added, or just be a static image?
If it’s just an image you can make a decal and put it in your ImageLabel.Image to display it.
Then if you want to put words on top you can use other GUIs for that.