Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MarketplaceService = game:GetService("MarketplaceService")
- local player = game.Players.LocalPlayer
- local productId = 2152999265
- function promptPurchase()
- MarketplaceService:PromptProductPurchase(player, productId)
- ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement