O00fed_loadstringss

Untitled

May 31st, 2019
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --Press Q to use.
  2. plr = game.Players.LocalPlayer
  3. hum = plr.Character.HumanoidRootPart
  4. mouse = plr:GetMouse()
  5. mouse.KeyDown:connect(function(key)
  6. if key == "q" then
  7. Player = "LocalPlayer"
  8. AnimationId = "554970154"
  9. local Anim = Instance.new("Animation")
  10. Anim.AnimationId = "rbxassetid://"..AnimationId
  11. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  12. k:Play() --Play the animation
  13. k:AdjustSpeed(1.2)
  14. end
  15. end)
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment