Find the Price of an Asset

Is It possible to find the price of a t-shirt or dev product through a script? If so, how? I couldnt find anything about it in the APIs.

1 Like

Here Check this thread

2 Likes

So it’d be

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

Correct?

3 Likes

Yes Try it so you can see the result