Get Gamepass Name/Price

Hello! Is there any way to get a gamepass’ name/price from a script? Thank you!

1 Like

MarketplaceService:GetProductInfo()

 local Price = game:GetService("MarketplaceService"):GetProductInfo(Gamepass_Id, Enum.InfoType.GamePass).PriceInRobux
 -- GamePass_Id is the asset Id of the gamepass
existing post

Checking price of gamepasses/products in game? - #2 by Extuls

3 Likes