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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local plr = game.Players.LocalPlayer
  2. game:GetService("RunService").Stepped:Connect(function()
  3.    setsimulationradius(9e9,9e9)
  4.    plr.ReplicationFocus = workspace
  5.    settings().Physics.AllowSleep = false
  6. end)
  7.  
  8. local runservice=game:service"RunService";
  9. local player=game:service"Players"["LocalPlayer"];
  10. local character=player["Character"];
  11. character["Head"]:FindFirstChildOfClass"SpecialMesh":Destroy();
  12.  
  13. character["Humanoid"].HipHeight=0;
  14. character["Left Leg"]:BreakJoints();
  15. character["Right Leg"]:BreakJoints();
  16. character["Left Arm"]:BreakJoints();
  17. character["Right Arm"]:BreakJoints();
  18. while runservice["Heartbeat"]:Wait() do
  19.     character["Left Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(0.5,-1.5,-0.5);
  20.     character["Right Leg"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-0.5,-1.5,-0.5);
  21.     character["Left Arm"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(-0.5,-1.5,-1.5);
  22.     character["Right Arm"].CFrame=character["HumanoidRootPart"].CFrame*CFrame.new(0.5,-1.5,-1.5);
  23. end
  24.  
  25. character["Head"]:FindFirstChildOfClass"SpecialMesh":Destroy();



  • Recent Roblox Scripts