Your question has been answered multiple times. There’s a big difference between asset IDs and game pass IDs. Your game pass is using a game pass ID, not an asset ID. So when you try to plug the ID into the url www.roblox.com/library/{assetid}/view
, it will take you to the page of the item having an asset ID equal to your game pass ID. Use the proper link for game passes, which as you’ve been told is www.roblox.com/game-pass/{gamepassid}/view
.
1 Like