Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Access the sound library in a GUI?

Asked by
MexheCo 46
5 years ago

I know this can be done, but I don't know how. I'm looking for a way to implement the ROBLOX Music Library into a GUI.

As an example, the game Rhythm Track allows you to search and play songs from the ROBLOX Music Library.

Is there an API or another source that I would need to access?

Thanks, -Mex

0
I am sure they are fixed songs in a table? User#5423 17 — 5y
0
Although I cannot provide an answer, I'll try my best to provide resources you'd PROBABLY need. For example you'll need MarketplaceService to do: "MarketplaceService:GetProductInfo(id of Sound)" to get information like the name of the sound. To get MarketplaceService, just do "game:GetService("MarketplaceService")" | You'll probably need the "HttpService" to get the Roblox audio library Cvieyra2test 176 — 5y

Answer this question