Line break doesn't work in String value

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.

You can’t use conventional line breaks in GUI elements, use <br/> instead of \n.
Make sure that RichText is set to true as well.