Advertisement
Guest User

OI

a guest
Dec 12th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local m = game.Players.LocalPlayer:GetMouse()
  2. db = true
  3. m.KeyDown:connect(function(k)
  4. k = k:lower()
  5. if k == "c" then
  6. if db == true then
  7. game.workspace.Events.Surv.Taser:FireServer()
  8. db = false
  9. wait(1)
  10. db = true
  11. end
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement