4zx16

Prompt Developer Products

Oct 24th, 2021 (edited)
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local MPS = game:GetService("MarketplaceService")
  2. local player = game.Players.LocalPlayer
  3. local id = 0
  4.  
  5. local function PromptDevProduct()
  6.     MPS:PromptProductPurchase(player, id)
  7. end
  8. script.Parent.MouseButton1Click:Connect(PromptDevProduct)
Advertisement
Add Comment
Please, Sign In to add comment