How to detect if text is filtered

I am currently making a custom name system, I want to detect if the name a player has entered is filtered, and then warn them if it is filtered.

Just check if the string passed as an argument to “FilterStringAsync()” is different from the filtered string returned.

1 Like