WolfGamesProgrammer

Untitled

Oct 10th, 2024
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | Source Code | 0 0
  1. local product = "" -- название продукта
  2. local price = 5 -- цена
  3.  
  4. function OnClick()
  5.     game.ReplicatedStorage.Purchase:FireServer(product, price)
  6. end
  7. script.Parent.MouseButton1Click:Connect(OnClick)
  8.  
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment