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
3 Likes