Advertisement
Claof-ROBLOX

Claof's buy item script

May 15th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. --------------------
  2. --Scripted----------
  3. ----------By-------
  4. -------------Claof--
  5. --------------------
  6.  
  7. --Claof's buy item script
  8.  
  9. local ID = -1 --Replace '-1' with the id of your item
  10.  
  11. local plr = game.Players.LocalPlayer
  12. script.Parent.MouseButton1Click:connect(function()
  13. Game:GetService("MarketplaceService"):PromptPurchase(plr,ID)
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement