I want the text to move a bit more to the right, so it doesnt look as bad. How can I achieve this? I currently have the text in a module script, and the textlabel has rich text enabled.
1 Like
Well, to fix this, it doesnât need to be complex. You can try this thing which is space it to align with the one above. I know it wonât look fancy, and it may not be accurately aligned, but thatâs the only thing I got for you. Sorry.
Maybe you can try adding spaces and dashes, but make the dash invisible with richtext like this
local indent = âxxxxâ - âxxxxâ
local text = â- Please do not blah blah blahâ.. indent..âblah blahâ
You could use the tab button on your keyboard to fix the indentation.