How do I find an audio's name?

I’ve noticed some games have radio functions and such that display the name of an audio when a user puts in the ID for it. How is this done?

3 Likes

game:GetService("MarketplaceService"):GetProductInfo(id).Name ?

24 Likes

Thank you!

3 Likes