Filtered Text Loses Multiline

You filter text and you expect it to be multiline, but if it doesn’t pass the filter and partially turns into tags, then the expected multiline disappears. For example, this text:

Source string

hello
this
is
multiline text

Filtered string

hello #### is multiline text

It looks something like this, Looks like filter removes all \n keys. Also everything is fine if the text was not filtered and it remained the same.

I saw that this issue was reported, but it was related to a different origin, and for some reason, was no longer supported

Expected behavior

I expect the filtering won’t break the formatting of the original string.
and what would it be like:

hello
####
is
multiline text
7 Likes

This is SOOOO ANNOYING when trying to make an about me page.
Everytime I have to update it, it’s a lottery whenever roblox screws over my ENTIRE page or everything will pass as intended.

2 Likes

Thanks for the report! Just to confirm, we have a ticket for this in our internal database.