Community sift is terrible, I could literally write a better filter myself. Here ROBLOX, I'll even tell you how to do it:
1. Pull what the user said into memory
2. Transform the in memory string's symbols into letters (e.g. $ to s, 3 to e)...
3. Search for bad words and censor them
4. For 13-, search for common real names, numbers longer than nine digits, etc... and filter them.
Tada! You no longer have words like map or FAMAS getting censored for stupid reasons. |