Do I need to filter results returned by Roblox's own api that I will show to the user?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I will be showing information that will be shown to the player, this information is obtained through Roblox’s own api, to be exact I will be using MarkeplaceService:GetProductInfo() to get the name of a sound that the player provided so that it can be shown on a play history ui.

  2. What is the issue? Include screenshots / videos if possible!
    Roblox normally already filters it when the sound owner creates the sound, but do I need to refilter the text again before showing it?

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

you dont need to ofcourse! since roblox would already filter the product

Roblox already filters the names/descriptions of uploaded assets, you do not need to do this yourself.

Alright, I’ll assume I don’t need to.