Group wall text glitch

If you type in the group chat then you get to the unexpected error page consistently. Probably has to do with being too similar the web code, but I feel like it shouldn’t break the page like this.

It’s ROBLOX’s awful way of preventing XSS.

It’s ASP.Net’s Request Validation feature. We can turn it off, but it will take a major engineering effort to do a security audit of the entire site to prevent XSS from popping up. It’s a question of priority. Can you function without your angle brackets for a bit?