Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local plr = game:GetService('Players').LocalPlayer
  2.  
  3. plr.CharacterAdded:Connect(function()
  4.  
  5. local A_1 = "Withdraw"
  6. local A_2 = 1200
  7. local Event = game:GetService("ReplicatedStorage").Remotes.Bank
  8. Event:FireServer(A_1, A_2)
  9.  
  10.  
  11.  
  12. local A_1 = "PurchaseGun"
  13. local A_2 = "AWM-F"
  14. local A_3 = "Money"
  15. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  16. Event:InvokeServer(A_1, A_2, A_3)
  17. -- Script generated by R2Sv2
  18. -- R2Sv2 developed by Luckyxero
  19. -- Remote Path: game:GetService("ReplicatedStorage").Remotes.GunStore
  20.  
  21. local A_1 = "PurchaseGun"
  22. local A_2 = "USP"
  23. local A_3 = "Money"
  24. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  25. Event:InvokeServer(A_1, A_2, A_3)
  26.  
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement