Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. mouse.KeyDown:connect(function(a)
  4. if a:byte() == 59 then
  5. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("sellItem","militiaSupplies","Flintlock ball",10)
  6. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("sellItem","militiaSupplies","Bandage",10)
  7. game.ReplicatedStorage.Resources.Remotes.ClientRequest:InvokeServer("sellItem","generalStore1","Arrow",10)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement