Basically, print the text of a textbox when it loses focus.
Now, type “fuck this” into the textbox ( Sorry for the language ) and you’ll notice that “fuc” is printed.
NOTE: You can type “fuckng this” and it does not get filtered at all so obviously somthing is amiss.
This is rather problematic for custom chat guis as everything after the filtered word is cut off AND the word isn’t entirely removed.
It would be nice if either the word is left as it is and then we would just run it through the roblox chat filter as normal OR have it remove the word entirely and only the word
This is really annoying. I have a custom chat system, and if I swear the textbox filtering automatically takes off the last one or two letters, so it goes through ROBLOX’s filterstring.
Well finite, it’s not really doing it’s job considering it only removes the last 1 / 2 letters and not the entire word, as well as removing everything after the word.
If you use filterstringforplayerasync(you have to if you’re doing custom chat), then the text box shouldn’t have anything left to filter after the string already comes out of the first filter call.