Qamyz

Untitled

May 21st, 2019
17,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. -- script was made by desmondwizard
  2.  
  3. -- don't leak this or i won't make anymore scripts for anyone anymore
  4. plr = game.Players.LocalPlayer
  5. hum = plr.Character.HumanoidRootPart
  6. mouse = plr:GetMouse()
  7. mouse.KeyDown:connect(function(key)
  8. if key == "l" then
  9. Player = "LocalPlayer"
  10. AnimationId = "696028900"
  11. local Anim = Instance.new("Animation")
  12. Anim.AnimationId = "rbxassetid://"..AnimationId
  13. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  14. k:Play() --Play the animation
  15. k:AdjustSpeed(1.4)
  16. end
  17. if key == "v" then
  18. Player = "LocalPlayer"
  19. AnimationId = "695413209"
  20. local Anim = Instance.new("Animation")
  21. Anim.AnimationId = "rbxassetid://"..AnimationId
  22. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  23. k:Play() --Play the animation
  24. k:AdjustSpeed(1.4)
  25. end
  26. if key == "c" then
  27. Player = "LocalPlayer"
  28. AnimationId = "1060181050"
  29. local Anim = Instance.new("Animation")
  30. Anim.AnimationId = "rbxassetid://"..AnimationId
  31. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  32. k:Play() --Play the animation
  33. k:AdjustSpeed(1.4)
  34. end
  35. if key == "x" then
  36. Player = "LocalPlayer"
  37. AnimationId = "1060180407"
  38. local Anim = Instance.new("Animation")
  39. Anim.AnimationId = "rbxassetid://"..AnimationId
  40. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  41. k:Play() --Play the animation
  42. k:AdjustSpeed(1.4)
  43. end
  44. if key == "z" then
  45. Player = "LocalPlayer"
  46. AnimationId = "695995381"
  47. local Anim = Instance.new("Animation")
  48. Anim.AnimationId = "rbxassetid://"..AnimationId
  49. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  50. k:Play() --Play the animation
  51. k:AdjustSpeed(1.4)
  52. end
  53. end)
Advertisement
Add Comment
Please, Sign In to add comment