Joriangames

Untitled

Jul 13th, 2021
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. --[[
  2. Thanks for using this script
  3. This script is made by Joriangames/Problox Studio Scripts
  4. Want to know how to use this and script explanation?
  5. Watch my tutorial: https://youtu.be/te5E9KNKflc
  6.  
  7. ]]
  8. local plr = game.Players.LocalPlayer
  9. local passId = 1189548589 --put your developer product id here
  10.  
  11. script.Parent.MouseButton1Click:Connect(function()
  12.     game:GetService("MarketplaceService"):PromptProductPurchase(plr, passId)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment