What do you want to achieve? I want to scale my ImageLabel with my TextLabel
What is the issue? I don’t know if it’s possible, nor how to achieve it.
What solutions have you tried so far? I’ve searched through the Forum and Google, but haven’t found a solution.
What I’ve seen done commonly in games, is they don’t actually try to scale the ImageLabel with the TextLabel, they simply just have the ImageLabel before the TextLabel.
(This Gift Icon is an ImageLabel and the selected next to it is a TextLabel)
I dislike the method of leaving the ImageLabel off to the side and not scaling with the TextLabel because it doesn’t look as nice as it would if it was scaled.
I’m mostly using this for Currency & Stat Display, so if I just used Emojis or some text, I could accomplish this, but I want to use Images, so not sure if this is possible at all.
I’m not sure if I understood this right, but you can try making the image a Child of the textlabel. And then changing the size of the image using Scale instead of Offset.