How to make own moderation system

So I decided to make my own moderation system similar to TextService:FilterStringAsync(). Except its custom words I decided to filter out. The problem is how to actually filter these words. Right now, I just have a table with all the words but obviously, you can easily bypass the table.

local filteredWords = {"spam", "bux.gg", "robux.gg", "dev.gg", "robux.gg.xyz", "etc."}

This won’t work because people will have to directly say these words for it these to work. Is there a way to make all types of variants or do you just have to list every single thing you think people will say?

2 Likes

This post might be able to help you out. :smiley: