I was wondering for my game... Thanks!
this also adds player points to game.
1 | local productId = PASTIDHEAR |
2 | local player = game.Players.LocalPlayer |
3 |
4 | script.Parent.MouseButton 1 Click:connect( function () |
5 | Game:GetService( "MarketplaceService" ):PromptProductPurchase(player, productId) |
6 | end ) |