Navarone19_CH

NEW Gamepass GUI

Nov 2nd, 2021 (edited)
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local mps = game:GetService("MarketplaceService")
  2. local id =
  3. local player = game.Players.LocalPlayer
  4.  
  5. script.Parent.MouseButton1Click:Connect(function()
  6. mps:PromptGamePassPurchase(player, id)
  7. end)
Add Comment
Please, Sign In to add comment