Sometimes an entire message is censored on the web chat. It does give me the message “Your message was censored”, but I’d really like it if it said something along the lines of “Your message was censored for the term x”.
Generally the message I had written wasn’t offensive/didn’t break any rules, and so I don’t know what in the message had caused it to be censored. Just a minute ago I had typed “I would love it if you had the time you could help me test out my SF Test server.”
I had to re-write it in 4 different ways before realizing the only reason it was getting censored was because of the word “love”.
As always, I’m no expert on how the filtering system works so I’m not sure if it’s even possible to do this, but it would make my life a bit easier when I’m trying to communicate with people.
Problem is that ROBLOX uses external systems to manage their filtering system - so I doubt that they even have control over specifying why a message got filtered with that 3rd party service.
Makes sense. Like I said, I’m not too sure about what goes into the mechanics, so I don’t know how hard/impossible it would be, but if it’s an easy change I’d love to see this
Web chat should just be changed to display the hashtags rather than just completely block the message from sending. Its current behavior is inconsistent with all the other communication methods on Roblox and isn’t a good idea anymore because of how many false-positives the new filter generates.
The reason you shouldn’t know what caused the censoring is the same reason you don’t give detailed error messages to users on websites. It means you can find an easy way around it by just splitting up that word.
Web chat API does not block a message from being sent unless the entire message is deemed inappropriate. It will hash out inappropriate text and send the rest of the message.
Earlier I sent a message saying “I’m on my phone currently” - the whole message was content moderated rather than hashtagging out only the word phone (probably because of children giving our phone numbers) I could send everything else seperately!