Filter text returns instance not a string

Text filtered is an instance help

local recdata = ds1:GetAsync(userid) or basicmail
        local filtertitle = chatservice:FilterStringAsync(title,userid,Enum.TextFilterContext.PublicChat)
        local filtertext = chatservice:FilterStringAsync(text,userid,Enum.TextFilterContext.PublicChat)
        print(filtertext) -- prints instance, i want the string

How to get the filtered text?

This article should help for general text filtering info. Can you please specify what you’re trying to do here if you can’t find your answer in the article?

I checked this an hour ago, did not help

You’re going to need to provide the entire script, we have no idea of how you’re defining the variables “title”, “text” etc.