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.
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)