Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why wont it show the Price in robux?

Asked by
Dr_Doge 100
8 years ago

So this is does not works: (It returns nil)

print(game:GetService("MarketplaceService"):GetProductInfo(1028606).PriceInRobux)

https://www.roblox.com/Red-Baseball-Cap-item?id=1028606

But this works:

print(game:GetService("MarketplaceService"):GetProductInfo(125378389).PriceInRobux)

https://www.roblox.com/Mr-Fancy-Top-Hat-item?id=125378389

So is there a fix?

0
I'm not sure. Have you tried testing it in different places? TheDeadlyPanther 2460 — 8y

1 answer

Log in to vote
0
Answered by
Dr_Doge 100
8 years ago

Ok so the problem is that it returns the current price and not the lowest price. Anyone have a fix?

Ad

Answer this question