Hi. So I was wondering how to get the library version of gamepass id's? Roblox made a new system in April 2018 where gamepasses had their own id's and I'm wondering how to find out a gamepass's old assetid? (roblox.com/library/gamepassid)
For example, this gamepass id is 2: https://www.roblox.com/game-pass/2/test what if I wanted that to be an assetid instead of a gamepass id? How would I achieve this? Thanks!
Here:
Local Gamepass = game:GetService('MarketplaceService'):UserOwnsGamePassAsync(player.userId, “ID GOES HERE”)
Ask me if you have any other questions!
You can't. Roblox removed the old "AssetID's". The GamepassID is basically the AssetID now.
To get the game pass ID from an existing asset ID, go to www.roblox.com/library/{assetId}/view . You will be redirected to www.roblox.com/game-pass/{gamePassId}/view . You can then copy the game pass ID from the URL.