Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local button = script.Parent
- local MarkerplaceService = game:GetService("MarketplaceService")
- script.Parent.MouseButton1Click:Connect(function()
- MarkerplaceService:PromptGamePassPurchase(plr,0)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement