I’m trying to find a way to browse the audios of the Roblox library with a LocalScript without having to use the Roblox API through Scripts and Http requests.
I’ve seen two functions, InsertService:GetFreeModels() and InsertService:GetFreeDecals() providing assets from the library, but I couldn’t find anything providing audios (neither meshes, plugins, etc…)
So I was just wondering if anyone knew a way to do so. I could eventually snoop in the Roblox API to get audios but that’s something I would like to avoid since it requires a proxy.
I have used rprxy for a long time, but it often returns an “HTTP 429 too many requests”. My game is quite costly in requests so the http request method is non-functional most of the time, however when it comes to using the API with functions such as InsertService:GetFreeModels() the maximum number of requests is never exceeded.