subaru112g

lol xd

Jan 28th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. local o = owner
  2. local char = o.Character
  3. local hum = char.Humanoid
  4.  
  5. local idleanim = Instance.new("Animation")
  6. idleanim.Name = "Roblox Idle Animation"
  7. idleanim.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  8. local idleanimplay = hum:LoadAnimation(idleanim)
  9. idleanimplay:Play()
  10. wait(0.1)
  11. if char:FindFirstChild("Animate") then
  12. char.Animate:Destroy()
  13. end
  14.  
  15. local RS = char.Torso["Right Shoulder"]
  16. local LS = char.Torso["Left Shoulder"]
  17. local RH = char.Torso["Right Hip"]
  18. local LH = char.Torso["Left Hip"]
  19. local rootj = char.HumanoidRootPart.RootJoint
  20. local jcf0 = rootj.C0
  21. local jcf1 = rootj.C1
  22.  
  23. local mus = Instance.new("Sound",char)
  24. mus.Volume = 2
  25. mus.Looped = true
  26. mus.SoundId = "rbxassetid://1847515957"
  27. mus:Play()
  28.  
  29. wait(0.1)
  30. while true do
  31. wait(0.00000000000000001)
  32. rootj.C0 = jcf0
  33. rootj.C1 = jcf1
  34. LS.C0 = CFrame.new(-1.17915344, 1.44170475, -0.120334625, 0.0729195699, 0.997204244, -0.0163273811, 0.041406285, -0.0193838179, -0.998954356, -0.996477902, 0.0721672773, -0.0427039489)
  35. LS.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  36.  
  37. RH.C0 = CFrame.new(1.59999847, -1, -0.200000763, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  38. RH.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  39.  
  40. LH.C0 = CFrame.new(-1.59999847, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  41. LH.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  42.  
  43. RS.C0 = CFrame.new(1, 0.5, 0, 0.0729195699, -0.997204244, 0.0163276475, 0.041406285, 0.019384088, 0.998954356, -0.996477902, -0.0721672699, 0.0427039675)
  44. RS.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  45. wait(0.00000000000000001)
  46. LS.C0 = CFrame.new(-0.968940735, 1.47760582, -0.103469849, 0.072919555, 0.979219377, -0.189241648, 0.041406285, -0.192555562, -0.980412185, -0.996478021, 0.0636554435, -0.0545868762)
  47. LS.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  48.  
  49. RH.C0 = CFrame.new(1.59999847, -0.299999714, -0.200004578, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  50. RH.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  51.  
  52. LH.C0 = CFrame.new(-0.599998474, -0.299999714, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  53. LH.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  54.  
  55. RS.C0 = CFrame.new(1, 0.5, 0, 0.0729195625, -0.984889746, -0.157082915, 0.041406285, -0.154376805, 0.987144053, -0.996477962, -0.0784863457, 0.0295234993)
  56. RS.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  57.  
  58. rootj.C0 = CFrame.new(0, -0.700000286, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  59. rootj.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  60. end
Add Comment
Please, Sign In to add comment