Difference between TextService:FilterStringAsync and ChatService:FilterStringAsync?

The title says it all. What’s the Difference between TextService:FilterStringAsync and ChatService:FilterStringAsync? Chat service returns the actual filtered string but the TextService one always returns “Instance” while printing it.

ChatService is not named ChatService but Chat, intended for text chats only.

TextService is for player-based input that would put arbitrary text on something, like signs, names or whatever. Unlike Chat, their method returns this:
https://create.roblox.com/docs/reference/engine/classes/TextFilterResult

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.