Advertisement
Joriangames

BuyDiscoball localscript

May 20th, 2021
209
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/0o7hDOslenk
  6.  
  7. ]]
  8. local MPS = game:GetService("MarketplaceService")
  9. local devId = 1175418618
  10. local plr = game.Players.LocalPlayer
  11. local Btn = script.Parent
  12.  
  13. Btn.MouseButton1Click:Connect(function()
  14.     MPS:PromptProductPurchase(plr, devId)
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement