Advertisement
Josemmoya

free gamepasses

Jun 27th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. gamePassId = 0 --replace with whatever you want xd
  2. market = game:GetService("MarketplaceService")
  3. http = game:GetService("HttpService")
  4. info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
  5. market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement