Help me with textlabel

So i have a textlabel , but the sentences are kinda attached to the border of textlabel ( it is a uistroke) , i don’t wanna use a container frame , is there any way to fix this issue? Here’s the pic

1 Like

What are you trying to do again? I didn’t understand at all.

1 Like

I don’t think if my English is that bad but i already said , at the start of sentences you see the first words are kinda attached to the border ,rendering . Also yeah i do not know English very much .

Is them being attached to the border a problem?

Also no worries about the English.

Yes , it doesn’t look professional for what i want to achieve

I think there is a setting you can change near the top. I’m not at my PC so I can’t help find it. If you can’t find it then you may need to use a container frame.

X and y alignment? Is this what you meant to say ?

1 Like

maybe add a space at the start of every sentence

 A

instead of

A

however, a better option would be using a container frame

You could put a TextLabel inside of a Frame, and set the TextLabel’s background transparency to 1 and customise the frame to your liking, and just make the TextLabel slightly smaller than the frame to stop it from touching the border

Add UIPadding to the TextLabel, in it you can add padding to every side of the TextLabel.

Bro the text changes every 10 minutes, i can’t add a space

And also sir i said i want an other way to fix this issue without using an other frame , if it is possible to do so .

I know what UIPadding does , ive used it for frames&labels of a parent that had UIListLayout , but i don’t think if it works on texts of a TextLabel, since this is only 1 frame , ScreenGui->MainFrame&UIListLayout->TextLabel, so TextLabel is not inside an auxiliary frame .

why can you not put them inside of a frame

Because if i do then ive to do additional calculations since thr TextLabel has to update itself depending on textbounds

It does work on TextLabel’s, the text will react to the padding.

1 Like

It does work, add a UIPadding and set the Left property to your liking

1 Like

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