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



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. --- thank you to ou1z to the script above
  9. local runservice=game:service"RunService";
  10. local player=game:service"Players"["LocalPlayer"];
  11. local character=player["Character"];
  12. character["Head"]:FindFirstChildOfClass"SpecialMesh":Destroy();
  13.  
  14. character["Humanoid"].HipHeight=-2;
  15. character["Left Leg"]:BreakJoints();
  16. character["Right Leg"]:BreakJoints();
  17. character["Left Arm"]:BreakJoints();
  18. character["Right Arm"]:BreakJoints();
  19. while runservice["Heartbeat"]:Wait() do
  20.     character["Left Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-0.5,1.5,1.5) * CFrame.Angles(math.rad(90), 0, 0);
  21.     character["Right Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(0.5,1.5,1.5) * CFrame.Angles(math.rad(90), 0, 0);
  22.     character["Left Arm"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-0.5,0,2);
  23.     character["Right Arm"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(0.5,0,2);
  24. end
  25. -- made by Creatar aca Robloit aca Creatar#4019