Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Thanks for using this script
- This script is made by Joriangames/Problox Studio Scripts
- Want to know how to use this and script explanation?
- Watch my tutorial: https://youtu.be/te5E9KNKflc
- ]]
- local plr = game.Players.LocalPlayer
- local passId = 1189548589 --put your developer product id here
- script.Parent.MouseButton1Click:Connect(function()
- game:GetService("MarketplaceService"):PromptProductPurchase(plr, passId)
- end)
Advertisement
Add Comment
Please, Sign In to add comment