Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local product = "" -- название продукта
- local price = 5 -- цена
- function OnClick()
- game.ReplicatedStorage.Purchase:FireServer(product, price)
- end
- script.Parent.MouseButton1Click:Connect(OnClick)
Advertisement
Add Comment
Please, Sign In to add comment