Advertisement
yamanohera155233

Untitled

Jun 26th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1.  
  2. --[[dont u even dare take credit
  3. cus dis mai law ok and if u break my law i keel u in sb
  4.  
  5. btw there's no point in re-naming "LocalPlayer" to "YOURNAMEHERE" or whatever, localplayer is the CLIENT itself.
  6. + i did a small update so you still have your clothes on when small ok?
  7. + ok wtf you need to stop using this i have regrets upon using it because it was made in 2014 ok
  8. my anims have improved so much that you haven't seen my latest works
  9. ~AmbientOcclusion (formerly madiik)
  10. ]]--
  11.  
  12. local ran,err = ypcall(function()
  13. plr = game:service'Players'.LocalPlayer
  14. char = plr.Character
  15. mouse = plr:GetMouse()
  16. humanoid = char:findFirstChild("Humanoid")
  17. torso = char:findFirstChild("Torso")
  18. head = char.Head
  19. ra = char:findFirstChild("Right Arm")
  20. la = char:findFirstChild("Left Arm")
  21. rl = char:findFirstChild("Right Leg")
  22. ll = char:findFirstChild("Left Leg")
  23. rs = torso:findFirstChild("Right Shoulder")
  24. ls = torso:findFirstChild("Left Shoulder")
  25. rh = torso:findFirstChild("Right Hip")
  26. lh = torso:findFirstChild("Left Hip")
  27. neck = torso:findFirstChild("Neck")
  28. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  29. anim = char:findFirstChild("Animate")
  30. rootpart = char:findFirstChild("HumanoidRootPart")
  31. camera = workspace.CurrentCamera
  32. do --Removing ROBLOX's new Looped bug >_>
  33. local function rec(x)
  34. for i,v in pairs(x:children()) do
  35. if v:IsA'Animation' then
  36. v.AnimationId = 'rbxassetid://28159255'
  37. end
  38. rec(v)
  39. end
  40. end
  41. rec(anim) --the Animate script
  42. end
  43.  
  44. humanoid.Jump = true
  45.  
  46. wait(.4)
  47.  
  48.  
  49. if anim then
  50. anim:Destroy()
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement