Hey there, I’m trying to make a script that gets info about an item on the catalog using its asset id.
I tried looking into APIs and found this: (Image below) and I know ill have to use a proxy to get the information but I’m not sure how to. And I also noticed it doesnt have any information about the image of the item so is there another way its possible to get the image and price in robux of an item??
local MarketplaceService = game:GetService("MarketplaceService")
local assetId = 0
-- Be warned, this errors with an invalid asset ID (pcall recommended):
print(MarketplaceService:GetProductInfo(assetId))
It works fine and all but the only thing is it shows the original price for limiteds not the current price. I’m guessing there’s no way to see the current price?