Advertisement
asdasdaaa11

fuck

Jun 7th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. local player = game.Players.LocalPlayer
  3. player.Character.Animate:Destroy()
  4. repeat wait() until player.Character.Humanoid
  5. local humanoid = player.Character.Humanoid
  6. local mouse = player:GetMouse()
  7.  
  8.  
  9. local anim = Instance.new("Animation")
  10. anim.AnimationId = "rbxassetid://2590224436"
  11.  
  12. mouse.KeyDown:connect(function(key)
  13. if key == "f" then
  14. local playAnim = humanoid:LoadAnimation(anim)
  15. playAnim:Play(0.3)
  16. end
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement