Advertisement
95audrey

Untitled

Jan 10th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. player=game:GetService("Players").LocalPlayer
  2. char=player.Character
  3. mouse=player:GetMouse()
  4.  
  5. fart1 = Instance.new("Sound", char.head)
  6. fart1.SoundId = "http://www.roblox.com/asset/?id=167167200"
  7. fart1.Volume = 1
  8. fart1.Looped = true
  9. local fart2 = false
  10.  
  11. local fart = Instance.new("Animation", char)
  12. fart.AnimationId = "rbxassetid://159993794"
  13. fart.Name = "fart"
  14.  
  15.  
  16. mouse.KeyDown:connect(function(key) local key=key:lower()
  17. if key=="f" then
  18. local vCharacter = char
  19. local hum = vCharacter:findFirstChild("Humanoid")
  20. blah4 = hum:LoadAnimation(char.fart)
  21. blah4:Play()
  22. end
  23. end)
  24. mouse.KeyUp:connect(function(key) local key=key:lower()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement