So, i have this decal generator, and i just want to know if there’s a way and how i can get info from it, such as it’s name, it’s creator, it’s percentage of likes, amount of favorites and stuff. Looked on the documentation and didn’t find anything.
No, short answer… Roblox Marketplace Service doesn’t directly provide information about individual items. It’s designed for buying and selling, not searching for item details.
1 Like
Well that kinda sucks, thanks anyway
You can access some of this data with MarketplaceService:GetProductInfo()
. You would need a web API for anything not listed there.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.