Advertisement
IndoHack010

Put This In TEX BUTTON ( LOCAL SCRIPT )

Nov 9th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local button = script.Parent
  3. local MarkerplaceService = game:GetService("MarketplaceService")
  4. script.Parent.MouseButton1Click:Connect(function()
  5. MarkerplaceService:PromptGamePassPurchase(plr,0)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement