Format imagelabel so it is right after text

I am trying to make a shop for my game and when a player clicks on something, it will say “Price” and then the actual price. However when the text is too big, the ImageLabel with an icon overlaps it and looks blatantly dumb. I thought it would be simple to learn at first, but after an hour or so, I gave up.

All help is appreciatory

TextBounds returns the space that text takes up. You could use the X property of TextBounds to determine where “right after text” would be.

2 Likes