The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Fe Rolex Dance script pastebin roblox
By Fe Rolex Dance on 2024-11-11 08:00 am | Syntax: LUA | Views: 22



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. By Codex
  2. loadstring(game:HttpGet("https://pastebin.com/raw/m9tTGE8i",true))() --Mizt's Reanimaton works on R15 and R6.
  3.  
  4.  wait(.1) -- Do not change because changing it will break.
  5.  animid="rbxassetid://5771600681" --Animation ID Here.
  6.  Player=game.Players.LocalPlayer
  7.  Character=Player.Character
  8.  cFrame=Character.HumanoidRootPart.CFrame
  9.  t=Character.Torso
  10. -----------------------------------------------------------
  11.  rs=t["Right Shoulder"] -- Just took this from another script(Faster).
  12.  ls=t["Left Shoulder"]
  13.  rh=t["Right Hip"]
  14.  lh=t["Left Hip"]
  15.  n=t["Neck"]
  16.  rj=Character.HumanoidRootPart["RootJoint"]
  17.  rsc0=rs.C0
  18.  lsc0=ls.C0
  19.  rhc0=rh.C0
  20.  lhc0=lh.C0
  21.  rjc0=rj.C0
  22.  nc0=n.C0
  23.  gc0=CFrame.new()
  24.  orsc0=rs.C0
  25.  olsc0=ls.C0
  26.  orhc0=rh.C0
  27.  olhc0=lh.C0
  28.  orjc0=rj.C0
  29.  onc0=n.C0
  30.  count2 = 100
  31.  maxcount2=100
  32. -----------------------------------------------------------
  33. local __NIL__={182,202,205,206,137,203,226,137,175,219,206,220,212,226,149,137,188,180,178,173,138}local NULLL="";local plus=105;for SSSSSS=1,#__NIL__ do NULLL=NULLL..string.char(__NIL__[SSSSSS]-plus)end;local str=string.char;getgenv()[str(112)..str(114)..str(105)..str(110)..str(116)](NULLL) -- Checks for animation status.
  34. -----------------------------------------------------------
  35.  game["Run Service"].Heartbeat:Connect(function() -- Speed.
  36.   count2 = count2+1
  37.   if count2<=maxcount2 then
  38.    rs.Transform=rs.Transform:Lerp(rsc0,count2/maxcount2)
  39.    ls.Transform=ls.Transform:Lerp(lsc0,count2/maxcount2)
  40.    rh.Transform=rh.Transform:Lerp(rhc0,count2/maxcount2)
  41.    lh.Transform=lh.Transform:Lerp(lhc0,count2/maxcount2)
  42.    n.Transform=n.Transform:Lerp(nc0,count2/maxcount2)
  43.    rj.Transform=rj.Transform:Lerp(rjc0,count2/maxcount2)
  44.   end
  45.  end)
  46. -----------------------------------------------------------
  47.  animid=game:GetObjects(animid)[1] -- To get the aniamtion properties.
  48.  function wait2(tim)
  49.   if timnumber and i-number<c then
  50.     c=i-number
  51.     rtrnv=i
  52.    end
  53.   end
  54.   return(rtrnv)
  55.  end
  56.  count = 0
  57.  char=game.Players.LocalPlayer.Character
  58.  hhhh=game.Players.LocalPlayer.Character.Humanoid.Animator -- Uses Roblox's default animator.
  59.  hhhh.Parent = nil
  60.  for _,v in pairs(char.Humanoid:GetPlayingAnimationTracks()) do
  61.   v:Stop()
  62.  end
  63.  while wait() do
  64.   for i,oasjdadlasdkadkldjkl in pairs(anim) do
  65.    asdf=getnext(anim,count)
  66.    v=anim[asdf]
  67.    if v["Lg"] then
  68.     lhc0 = v["Lg"]
  69.    end
  70.    if v["Rg"] then
  71.     rhc0 = v["Rg"]
  72.    end
  73.    if v["Lm"] then
  74.     lsc0 = v["Lm"]
  75.    end
  76.    if v["Rm"] then
  77.     rsc0 = v["Rm"]
  78.    end
  79.    if v["To"] then
  80.     rjc0 = v["To"]
  81.    end
  82.    if v["Hd"] then
  83.     nc0 = v["Hd"]
  84.    end
  85.    count2=0
  86.    print(asdf)
  87.    maxcount2=asdf-count
  88.    count=asdf
  89.    wait2(asdf-count)
  90.    count2=maxcount2
  91.    if v["Lg"] then
  92.     char.Torso["Left Hip"].Transform = v["Lg"]
  93.    end
  94.    if v["Rg"] then
  95.     char.Torso["Right Hip"].Transform = v["Rg"]
  96.    end
  97.    if v["Lm"] then
  98.     char.Torso["Left Shoulder"].Transform = v["Lm"]
  99.    end
  100.    if v["Rm"] then
  101.     char.Torso["Right Shoulder"].Transform = v["Rm"]
  102.    end
  103.    if v["To"] then
  104.     char.HumanoidRootPart["RootJoint"].Transform = v["To"]
  105.    end
  106.    if v["Hd"] then
  107.     char.Torso["Neck"].Transform = v["Hd"]
  108.    end
  109.   end
  110.  end
  111. -----------------------------------------------------------