Dear Developers,
I created a StringValue
with \n
in it to represent line breaks. In my script, I am attempting to assign this string value to a TextLabel
. However, when I do this, the line breaks are not functioning as expected and are still visible as \n
in the text.