Advertisement
1e_0

Untitled

Dec 2nd, 2020
2,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. -- OrPlayz, stop removing my credits and giving my showcased animation scripts to Dark Eccentric
  2.  
  3.  
  4.  
  5.  
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = "WARNING";
  8. Text = "FPS Should be at 30"; -- so animation doesnt play fast
  9. Icon = "";
  10. Duration = 12;
  11. Callback = bindableFunction;
  12. })
  13. wait(2)
  14. loadstring(game:HttpGet(('https://pastebin.com/raw/6exG9z0k'),true))()
  15. loadstring(game:HttpGet("https://pastebin.com/raw/3ULjRH4N",true))()
  16. -- if you remove any loadstrings, animation may not be fe
  17. local s = Instance.new("Sound", game:GetService("Players").LocalPlayer.Character.Torso)
  18. s.SoundId = "rbxassetid://" -- Audio ID
  19. s.Looped = true
  20. s.Playing = true -- Set false or leave Audio ID Blank if want no audio playing
  21. wait(.1)
  22. local heartbeat = game["Run Service"].Heartbeat
  23. animid = 'rbxassetid://AnimationID' -- Animation ID
  24. plr=game.Players.LocalPlayer
  25. bruhmomentrighthahahahhahah=plr.Character
  26. cf=bruhmomentrighthahahahhahah.HumanoidRootPart.CFrame
  27. t=bruhmomentrighthahahahhahah.Torso
  28. rs=t["Right Shoulder"]
  29. ls=t["Left Shoulder"]
  30. rh=t["Right Hip"]
  31. lh=t["Left Hip"]
  32. n=t["Neck"]
  33. rj=bruhmomentrighthahahahhahah.HumanoidRootPart["RootJoint"]
  34. rsc0=rs.C0
  35. lsc0=ls.C0
  36. rhc0=rh.C0
  37. lhc0=lh.C0
  38. rjc0=rj.C0
  39. nc0=n.C0
  40. gc0=CFrame.new()
  41. orsc0=rs.C0
  42. olsc0=ls.C0
  43. orhc0=rh.C0
  44. olhc0=lh.C0
  45. orjc0=rj.C0
  46. onc0=n.C0
  47. count2 = 100
  48. maxcount2=100
  49. game["Run Service"].Heartbeat:Connect(function()
  50. count2 = count2+1
  51. if count2<=maxcount2 then
  52. rs.Transform=rs.Transform:Lerp(rsc0,count2/maxcount2)
  53. ls.Transform=ls.Transform:Lerp(lsc0,count2/maxcount2)
  54. rh.Transform=rh.Transform:Lerp(rhc0,count2/maxcount2)
  55. lh.Transform=lh.Transform:Lerp(lhc0,count2/maxcount2)
  56. n.Transform=n.Transform:Lerp(nc0,count2/maxcount2)
  57. rj.Transform=rj.Transform:Lerp(rjc0,count2/maxcount2)
  58. end
  59. end)
  60. animid=game:GetObjects(animid)[1]
  61. function wait2(tim)
  62. if tim<0.1 then
  63. heartbeat:wait(10)
  64. else
  65. for i=1,tim*40 do
  66. heartbeat:wait(10)
  67. end
  68. end
  69. end
  70. anim={}
  71. function kftotbl(kf)
  72. tbl3 = {}
  73. for i,v in pairs(kf:GetDescendants()) do
  74. if v:IsA("Pose") then
  75. tbl3[string.sub(v.Name,1,1)..string.sub(v.Name,#v.Name,#v.Name)] = v.CFrame
  76. end
  77. end
  78. return(tbl3)
  79. end
  80. for i,v in pairs(animid:GetChildren()) do
  81. if v:IsA("Keyframe") then
  82. anim[v.Time]=kftotbl(v)
  83. end
  84. end
  85.  
  86. function getnext(tbl,number)
  87. c=100
  88. rtrnv=0
  89. for i,v in pairs(tbl) do
  90. if i>number and i-number<c then
  91. c=i-number
  92. rtrnv=i
  93. end
  94. end
  95. return(rtrnv)
  96. end
  97. count = 0
  98. loadstring(game:HttpGet(('https://pastebin.com/raw/QJaQ8L8G'),true))()
  99. char=game.Players.LocalPlayer.Character
  100. hhhh=game.Players.LocalPlayer.Character.Humanoid.Animator
  101. hhhh.Parent = nil
  102. for _,v in pairs(char.Humanoid:GetPlayingAnimationTracks()) do
  103. v:Stop()
  104. end
  105. while wait() do
  106. for i,oasjdadlasdkadkldjkl in pairs(anim) do
  107. asdf=getnext(anim,count)
  108. v=anim[asdf]
  109. if v["Lg"] then
  110. lhc0 = v["Lg"]
  111. end
  112. if v["Rg"] then
  113. rhc0 = v["Rg"]
  114. end
  115. if v["Lm"] then
  116. lsc0 = v["Lm"]
  117. end
  118. if v["Rm"] then
  119. rsc0 = v["Rm"]
  120. end
  121. if v["To"] then
  122. rjc0 = v["To"]
  123. end
  124. if v["Hd"] then
  125. nc0 = v["Hd"]
  126. end
  127. count2=0
  128. print(asdf)
  129. maxcount2=asdf-count
  130. count=asdf
  131. wait2(asdf-count)
  132. count2=maxcount2
  133. if v["Lg"] then
  134. char.Torso["Left Hip"].Transform = v["Lg"]
  135. end
  136. if v["Rg"] then
  137. char.Torso["Right Hip"].Transform = v["Rg"]
  138. end
  139. if v["Lm"] then
  140. char.Torso["Left Shoulder"].Transform = v["Lm"]
  141. end
  142. if v["Rm"] then
  143. char.Torso["Right Shoulder"].Transform = v["Rm"]
  144. end
  145. if v["To"] then
  146. char.HumanoidRootPart["RootJoint"].Transform = v["To"]
  147. end
  148. if v["Hd"] then
  149. char.Torso["Neck"].Transform = v["Hd"]
  150. end
  151. end
  152. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement