I have a textbox lets say, how would i ‘moderate’ the message to see if it is appropriate or not? for example: ‘test’ turns to ‘####’ or something along those lines?
Thanks in advance…
I have a textbox lets say, how would i ‘moderate’ the message to see if it is appropriate or not? for example: ‘test’ turns to ‘####’ or something along those lines?
Thanks in advance…
I think you can send text from it to server script that use
game:GetService("Chat"):FilterStringAsync(TextToModerate)
and send back to client already moderated text.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.