Advertisement
Anukun_Lucifer

Click buy Gamepass

Jun 10th, 2023
4,059
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | Source Code | 1 0
  1. -- Local script นี้วางไว้ใต้ TextButton ที่จะให้คลิกแล้วมีหน้าต่างซื้อGamepassขึ้นมา
  2.  
  3. local id = -- ใส ID Gampass ของคุณ
  4.  
  5. script.Parent.MouseButton1Click:Connect(function() -- ฟังชั่นเมื่อ คลิกTextButton ที่อยู่บนLocal scriptนี้ แล้วจะทำงาน
  6.     game:GetService("MarketplaceService"):PromptGamePassPurchase(game.Players.LocalPlayer,id) -- เรียกหน้าต่างขายGamepassตามIDที่ใส่
  7. end)
  8.  
Tags: Roblox Code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement