LuaLlama
|
  |
| Joined: 25 Jan 2014 |
| Total Posts: 1123 |
|
|
| 09 May 2015 09:10 PM |
| So, I wanted to make a script that gets random Sound ids form roblox... any ideas? |
|
|
| Report Abuse |
|
|
LuaLlama
|
  |
| Joined: 25 Jan 2014 |
| Total Posts: 1123 |
|
| |
|
LuaLlama
|
  |
| Joined: 25 Jan 2014 |
| Total Posts: 1123 |
|
|
| 09 May 2015 09:16 PM |
Flump
"Hi, I love llamas." - LuaLlama |
|
|
| Report Abuse |
|
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 09 May 2015 09:20 PM |
Your going to have to use this a for loop through the catalog to check if it is a sound.
Your going to need this to tell if the asset is a sound.
http://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo
Your going to need this to get the iterate through the catalog ids --the maxId should be the latest added item -- the minId probably should only be only 40000 less then the max.
for i = minId, maxId do -- use this -- lol -- have fun --check if it is public domain and if it is a song with the link above. --insert it with http://wiki.roblox.com/index.php?title=API:Class/InsertService/LoadAsset end
|
|
|
| Report Abuse |
|
|
| |
|
kubuto2
|
  |
| Joined: 16 Jul 2008 |
| Total Posts: 1275 |
|
|
| 09 May 2015 09:36 PM |
| Are you kidding me? The Marketplace service can get you everything you need from an asset without using a proxy. |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 09:38 PM |
| you don't have access to a json catalog w/o httpservice and ur way is like ew |
|
|
| Report Abuse |
|
|