Is there any code that can check Gamepasses price?

i made a gamepasses shop , i want the price to show it in game , whenever i change the price ,i dont need to type it again

Yes, I think you do, but why are you changing price?

cuz sometime i want to sale for discount

This will return Gamepass info.

1 Like

the dev product can use this too right?

Yes, you would change the InfoType and it will grab the information based on that.

i dont get it i dont know how to use the code , i print the product name but it isnt my that product name

You change the second parameter “InfoType” to the type of info you’re getting. It’s an enum, so either Enum.InfoType.Gamepass, Enum.InfoType.Product, etc. The actual ones are listed on the wiki’s I linked and will have the proper spelling and usages.

2 Likes