Custom Filter Issue

I am creating a custom chat filter.
I don’t know how picky Roblox moderation is if I put slurs into the script for moderation usage and don’t want to try it.
I tried pastebin but their policy doesn’t allow slurs in pastes that aren’t private and github will also not allow, even for private gits.

What should I do?

you could try to encode the strings and decode them when detecting slurs

but in my opinion, you can plead your case pretty easily if you do get moderated.

1 Like

Before the problem of slurs in your code, using something other than the roblox chat filter is not allowed. This is even stricter now, as messages considered “chats” can’t even be filtered with your usual TextService, or Chat filtering methods, they need to go through TextChatService (TextChannel:SendAsync() more specifically)

2 Likes