I rely on the chatservice filter a lot, and I really don’t want to create my own filter. Some swear words can still be directed to another user, and most people can understand it. Examples: fc, fk, # hole
I came across this problem in-game with a toxic guy:
I guess I can use string.gsub() to kinda fix this, does anybody know a easy and efficient (meaning that it won’t lag that much) way to filter a chat message? (That excludes spaces, hyphens, underlines etc)
I believe you need to use the Roblox filter, I’m not sure if you’re allowed to make your own filter because they have stuff filtered thats not just swears, like private information.
TextService is a better filter than chatService as TextService is more customised to each user from what I’ve seen from announcements (takes account of account age of sender, etc.)