Make text go over a frame?

Basically, I am trying to achieve this:


But I don’t know how to get to that part and so far I have achieved this with my script and it is overlapping the price button:

I considered making 2 seperate frames for this or making an offset and etc, but I want this to be adjustable and not a pain to make and change.

I have a seperate text label for text (e.g. 1 Stone is one textlabel, 1 Ruby is another)
image
Please help, I will understand if I haven’t explained my issue in enough detail as I don’t really know how to phrase it, I bet there is probably a really easy fix for this.

Maybie couse you use UIListLayout? (I don’t quite understand your intent)

I knew this would happen, I meant how would I move the text that is overlapping the price button (green button with text) to the other side of it so that it is fully visible
image

Rename every single TextLabel and send a screen so i can understand better

image

Ok i see, the problem is UiListLayout that anchors all the textlabels to horizontal, i don’t get the point of using this instead of just moving textlabels…

1 Like

Right… I should’ve thought of that before posting this, i’ll do it tommorow and mark this as the solution

Okay, okay. I am not helping you in any way saying this but: You could probably make the font color white and not use a bold font, try making it medium or book.

I am a UI Designer, so this makes me mad. (Was just a tipp, not a command)

1 Like

Sure, do I make the whole text a different font or the ‘1 Stone’ text only?
edit: Can you suggest me an rgb value for the text aswell, I tried a few lighter colours but they didn’t look too good, I am not too good at ui designing lol.


Hey is this better?

1 Like

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