Re-add the tutorial on how to filter randomly generated strings

As a Roblox developer, it is currently too hard to tell how to filter randomly generated strings using the new documentation site.

If this issue is addressed, it would improve my development experience because I would be at ease knowing I am filtering text appropriately in all cases and that my game won’t be moderated for failing/improperly filtering text.

Back on the old developer hub site, there was a great in-depth tutorial on how to filter text in most if not all cases, not just in the case of player-to-player communication which is how the page is now.

There are a handful of cases where users want to generate random text and send it to a user but there is not a distinct sender (ie obtaining strings from external sources or randomly generating strings). This is needed documentation that we previously had but is now missing, leaving out a sizeable number of use cases in the dark:

PS.

For reference, and for those who need it, the old article is available on the wayback machine that shows what to do in these cases. It is old but I don’t believe the methods have changed since then and this the policies should still be up-to-date:
Text and Chat Filtering

3 Likes

You are right. There was more documentation on the older version than the newer one.

2 Likes

It does tell you that random strings need to be filtered though?

Am I missing something?

1 Like

Yes but it doesn’t tell us what methods to use or how to do it when there isn’t necessarily a sender.

1 Like

I see. Though in the wayback machine link you provided, the old documentation has the same issue, it does not mention any way to filter text without a sender. I can definitely understand why you would need it though

1 Like

It sort of does, under the randomly generated text portion there isn’t a distinct sender. There is a receiver and a person who is “requesting” the string, but the requester isn’t the one who is coming up with the string if that makes sense.