Advertisement
Savaloy92

Untitled

Oct 10th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local MarketplaceService = game:GetService("MarketplaceService")
  2. local player = game.Players.LocalPlayer
  3.  
  4. local productId = 2152999265
  5.  
  6. function promptPurchase()
  7. MarketplaceService:PromptProductPurchase(player, productId)
  8. ends
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement