|
| 09 Jan 2015 07:18 PM |
Hi,
I got an id, such as:191819419 Now I want to get the name of the song by only using the asset id. How do I do this? Can I do this?
In this case, by only knowing the id 191819419 It should return: FABULOUS! (PewDiePie Song, By- Roomie)
If I could do this I'd be SOOO happy! :D |
|
|
| Report Abuse |
|
|
|
| 09 Jan 2015 07:19 PM |
| market place service........... |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 09 Jan 2015 07:20 PM |
Marketplace Service > GetProductInfo(id).Name look that up |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Jan 2015 07:22 PM |
This is AWSOME!! :D
EPIC! Thanks SOO much guys!!! |
|
|
| Report Abuse |
|
|
|
| 09 Jan 2015 07:47 PM |
| why is every time you need help it is something to do with sounds |
|
|
| Report Abuse |
|
|
|
| 09 Jan 2015 08:06 PM |
function getNameOfItem(item_id) local market = game:getService('MarketplaceService'); return market:getProductInfo(item_id).Name; end; |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 09 Jan 2015 08:08 PM |
| oh cool you were only about 45 minutes late |
|
|
| Report Abuse |
|
|