#Anyone else having problems with text filtering, is it down atm ?
1 messages · Page 1 of 1 (latest)
no
Can you help ?
No.
I'm not giving you my code lol
Can't help ya then, without code I have no idea what might be wrong with your implementation of the filtering API
If you cant provide any code then best bet is you have to manually write the filters your self
e..g;
local FilteredWords = { Fuck, F0ck, Fock, f4ck, ...
and then just put words at lower case to check if it matches with the filtered words, if so then block it else let it in
You think Roblox would have issue with inappropriate words in the scripts? I don't know if they moderate that far but I feel like I remember reading that somewhere. Possibly not
they dont moderate words in a script, unless it appears in console/data logs im pretty sure
i still have the word shit and fuck in my scripts ( commented out btw )
and the game went on public for some days before i closed off public testing and so far.. nothing happened

They might, but according to this post from 2020, extra filtering is a safe use-case:
Furthermore, adding additional safety for the sake of your players in the form of an extra chat filter will not get you punished. We applaud you for wanting to go the extra mile to ensure your players have a safe experience! Just make sure the text you’re filtering is not visible to players (i.e. sent to the client) and all should be fine.
if your testing in studio they wont be filtered
I mean this is what I saw
https://devforum.roblox.com/t/clarification-on-code-flagged-for-safety-review/488833
or an api i mean