Facebook
From Roblox_game03, 2 Years ago, written in Lua.
This paste is a reply to Local Script from Roblox_game03 - view diff
Embed
Download Paste or View Raw
Hits: 282
  1. local plr = game.Players.LocalPlayer
  2. local button = script.Parent
  3. local MarketPlaceService = game:GetService("MarketplaceService")
  4.  
  5. script.Parent.MouseButton1Click:Connect(function()
  6.        
  7.         MarketPlaceService:PromptGamePassPurchase(plr,17338923)
  8.        
  9. end)
  10.