Is there a way to fix this text indentation?

Screenshot 2024-12-13 165559

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.