Filtering Module - A simple filtering module for filtering texts

I never understood Roblox’s game.TextService:FilterStringAsync, I don’t like this function for the many code writing to just to get a filtered string.

This is why I use ChatService:FilterStringForBroadcast for all cases, it’s simply much easier, better and only requires 1 line rather than having to write 3 or 4 lines.

I find this module actually useful, and I thank you for it. because I never understood that Roblox API.

1 Like