Advertisement
BUNBASTER7BLASTER

V5nA9Ni72zZ0qV5nA9Ni72zZ0q

Jan 2nd, 2023 (edited)
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement