I want to play random audios on roblox for radio type thing I don’t want to make a small list, I want to make my list to add to a data store, and I want to randomize them how do I generate codes? Or is there already a big list of raw ids? What is the range of audio ids that I should generate?
Oh buddy, I have bad news for you…
But in all seriousness, you either upload them yourself or use Roblox’s APM music.
Yes, but is there any way to get those random roblox apm music ids? Just messing around
That would be a bad idea IMO, you would need to prevent loud sounds and SFX from playing, which would make the process take a lot of web requests to download a sound and check it (if it even is an audio ID).
I think you’re better off making a table of IDs you can access.
This won’t be a full game, just a testing so I don’t mind performance issues.
See Catalog APIs.
You can’t use this from a game, you’ll need an external web server. There are lots of Roblox API proxies available.