When running the following code, the output prints 2. The asset ID for a gamepass is 34. Why is it doing this?
Here is a link to the gamepass: Verified Staff - Roblox
print(game:GetService("MarketplaceService"):GetProductInfo(21783673).AssetTypeId)
When running the following code, the output prints 2. The asset ID for a gamepass is 34. Why is it doing this?
Here is a link to the gamepass: Verified Staff - Roblox
print(game:GetService("MarketplaceService"):GetProductInfo(21783673).AssetTypeId)
Have you just printed the whole ProductInfo to see if you are getting back the item you expect?