Advertisement
JohnJohniamm55

Untitled

Apr 2nd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. function key(key)
  2.     local key = key:lower()
  3.     local character = game.Players.JohnJohniamm55
  4.     local Mouse = character:GetMouse()
  5.     local animateScript = character.Character.Animate
  6.     if key == "f" then
  7.         animateScript.idle.Animation1.AnimationId = 'bceb4acaf416792624e927f9ce72d7d2'
  8.     end
  9. end)
  10.  
  11. Mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement