How to get all info about sound?

Hi, I want to make a game that will play any sound / song if you put any ID and click on the set button, then, if it’s exists, you can play it. Also, I created this topic because I want to know how to get all info about the song (like: creator, song’s name, lenght and much more). Thanks for reading!

You could just have a sound object and when the id is typed change the sound id to that.

1 Like

Bro, nah, I want to know how to get all info about audio (sound / song) in Roblox Studio

oh idk then sorry

charlimitttt

You can use game:GetService(“MarketPlaceService”):GetProductInfo(assetId, Enum.InfoType.Asset)

1 Like

Ummm, what’s MarketplaceService forgot here?

But bruh, we talking about audios, not marketplace

GetProductInfo was the part of MarketplaceService.
Check the website that I posted and you’ll see.

1 Like

You can mark it as ‘solution’ so other members know you’re already found the answer.

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