Why will this not show me the info about the asset?

Hello,

So I am trying to get the info about an asset (gamepass) but for some reason it keeps on giving me info which is not related to the asset ID in question. I am a bit confused because I am sure it is the correct asset ID because I copied it from where it says asset ID but it keeps giving me info about a place?

image

1 Like

Maybe try finding the same asset on a different source and copying it from there, seeing if it differs. If it does, this may be a bug.

1 Like

How do you get information about the gamepass? Please share the code. If you are using MarketplaceService then you need to do something like this:

print(game:GetService("MarketplaceService"):GetProductInfo(ID, Enum.InfoType.GamePass)) --> prints correct data

Fixed the issue already, thanks to anyone who tried to help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.