Advertisement
Guest User

autistaaaaa

a guest
Jan 18th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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 == "x" then
  6. if db == true then
  7. game.workspace.Events.ChangeVabil:FireServer("Supersonic")
  8. wait()
  9. game.workspace.Events.Vampire.Supersonic:FireServer(true)
  10. db = false
  11. wait()
  12. db = true
  13. end
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement