Advertisement
JohnJohniamm55

Untitled

Mar 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. plr = game.Players.JohnJohniamm55
  2. Mouse = plr:GetMouse()
  3. p = Instance.new("Animation",plr.Character.Animate)
  4. p.Name = "Stuff"
  5. p.AnimationId = "4057536a431695966ff7e15b29302b3b"
  6.  
  7. function key(key)
  8. key = key:lower()
  9. if key == "r" then
  10. local s = plr.Character.Humanoid:LoadAnimation(plr.Character.Animate.Stuff)
  11. s:Play()
  12. end
  13. end
  14.  
  15. Mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement