Advertisement
Guest User

Sell

a guest
Dec 13th, 2019
1,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local SellPlataform = workspace.Sell1
  2.  
  3. SellPlataform.Touched:Connect(function()
  4. script.Parent.Parent.leaderstats.Money.Value = script.Parent.Parent.leaderstats.Money.Value + script.Parent.Parent.Bag.Amount.Value
  5. script.Parent.Parent.MoneyAll.TotalMoney.Value = script.Parent.Parent.MoneyAll.TotalMoney.Value + script.Parent.Parent.Bag.Amount.Value
  6. script.Parent.Parent.Bag.Amount.Value = 0
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement