v.Robux.Text = game.MarketplaceService:GetProductInfo(v.GamepassId.Value).PriceInRobux…’ R$’
Works perfectly with the old gamepass thing but not with the new.
Here is the error:
I have tried finding what is wrong but I havent succeeded… Help?
v.Robux.Text = game.MarketplaceService:GetProductInfo(v.GamepassId.Value).PriceInRobux…’ R$’
Works perfectly with the old gamepass thing but not with the new.
Here is the error:
I have tried finding what is wrong but I havent succeeded… Help?
Have you tried with InfoType set to Enum.InfoType.GamePass? Pass it as the second parameter to GetProductInfo.
Oh thanks, works.
If you mark it as the solution with the little checkbox it’ll let other people know they don’t need to open the topic as its been resolved.