Hi!
I’ve seen a number of popular games such as Murder Mystery 2 they have an option for players to directly search Roblox’s Music Library from in game, displaying results in a UI.
Is there a service with functions which allows developers to implement this?
Haven’t managed to find much information about it online.
Thanks!
I also wasn’t able to find much. I did come across the Catalog APIs page on the DevHub though, and there’s one for the Library Catalog: https://search.roblox.com
. Here’s the link to the page: https://developer.roblox.com/en-us/articles/Catalog-API.
However, you aren’t able to access any Roblox domain in-game so you’d have to host something externally to reference it.
Catalog API wouldn’t help him with this. In the docs of the Catalog API, it is clearly mentioned:
Only catalog items from the Avatar Shop can be queried through the following API. Searching for library catalog items (meshes, models, audio, etc.) can be done through the Library Catalog API.
So, you need to use the Library Catalog API to do do this.
Have a good day!
That’s that I said , I was just talking about the article which is named Catalog APIs.