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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --made by Creatar#4019
  2. local plr = game.Players.LocalPlayer
  3. game:GetService("RunService").Stepped:Connect(function()
  4.    setsimulationradius(9e9,9e9)
  5.    plr.ReplicationFocus = workspace
  6.    settings().Physics.AllowSleep = false
  7. end)
  8.  
  9. local runservice=game:service"RunService";
  10. local player=game:service"Players"["LocalPlayer"];
  11. local character=player["Character"];
  12. local blacklisted="Head Torso HumanoidRootPart";
  13. local limbs={};
  14.  
  15. character["Humanoid"].HipHeight=2;
  16. --character["Head"]:FindFirstChildOfClass"SpecialMesh":Destroy();
  17.  
  18. for i,v in next,character:children() do
  19.     if (v.ClassName=="Part") and not blacklisted:find(v.Name) then
  20.         v:BreakJoints();
  21.         limbs[v.Name]=v;
  22.     end
  23. end
  24.  
  25. while runservice["Heartbeat"]:Wait() do
  26.     limbs["Left Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-1,-2,0);
  27.     limbs["Right Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(1,-2,0);
  28.     limbs["Left Arm"].CFrame=character["Left Leg"].CFrame*CFrame.new(0,-2,0);
  29.     limbs["Right Arm"].CFrame=character["Right Leg"].CFrame*CFrame.new(0,-2,0);
  30. end



  • Recent Roblox Scripts