You can use the GetProductInfo method of MarketplaceService
local function getDevProductInfo(productID)
return game:GetService("MarketplaceService"):GetProductInfo(productID, Enum.InfoType.Product)
end
local someInfo = getDevProductInfo(0)
print(someInfo.PriceInRobux)