TextService:FilerStringAsync

So in a previous post I asked how I could filter a message, but there’s a problem, whenever I do TextService:FilterStringAsync, the string returns as “Instance”
Here’s my script: https://gyazo.com/ec5121f6ed8c13d1139b0299b9e73aae
Can anyone help?

1 Like

Please look at the Roblox Wiki before you ask for help here. This page clearly states that :FilterStringAsync returns a TextFilterResult instance, which you can then get the filtered message by using one of the methods provided through that object (depending on the usage of the message).

3 Likes