[SOLVED] TextService Does Not Filter Even Tho It Is Supposed To

Hello, I’m basically trying to script a global announcement system which I will need TextService for. Because I can’t just let everybody see my unfiltered announcement messages. But when I do it like the following:

textService:FilterStringAsync(data.message,data.userId):GetNonChatStringForBroadcastAsync() -- assume that data.message is "discord" and other strings that are to be filtered

But somehow, it just returns the message itself without filtering anything which means that it will just not filter anything inappropriate.

1 Like

Sorry, now it works. I was just doing something wrong.