Advertisement
Lollddsf

sus

Aug 27th, 2021 (edited)
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2.  
  3.  
  4. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  5. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  6. game:GetService("RunService").Heartbeat:connect(function()
  7. v.Velocity = Vector3.new(45,0,0)
  8. end)
  9. end
  10. end
  11.  
  12.  
  13.  
  14.  
  15. local lp = game:GetService "Players".LocalPlayer
  16. if lp.Character:FindFirstChild "Head" then
  17. local char = lp.Character
  18. char.Archivable = true
  19. local new = char:Clone()
  20. new.Parent = workspace
  21. lp.Character = new
  22. wait(2)
  23. local oldhum = char:FindFirstChildWhichIsA "Humanoid"
  24. local newhum = oldhum:Clone()
  25. newhum.Parent = char
  26. newhum.RequiresNeck = false
  27. oldhum.Parent = nil
  28. wait(2)
  29. lp.Character = char
  30. new:Destroy()
  31. wait(1)
  32. newhum:GetPropertyChangedSignal("Health"):Connect(
  33. function()
  34. if newhum.Health <= 0 then
  35. oldhum.Parent = lp.Character
  36. wait(1)
  37. oldhum:Destroy()
  38. end
  39. end)
  40. workspace.CurrentCamera.CameraSubject = char
  41. if char:FindFirstChild "Animate" then
  42. char.Animate.Disabled = true
  43. wait(.1)
  44. char.Animate.Disabled = false
  45. end
  46. lp.Character:FindFirstChild "Head":Destroy()
  47. end
  48.  
  49. local Animate = game.Players.LocalPlayer.Character.Animate
  50. --niggaSUCKmycoock.com
  51. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1149612882"
  52. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1150842221"
  53.  
  54. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  55.  
  56. local runservice=game:service"RunService";
  57. local player=game:service"Players"["LocalPlayer"];
  58. local character=player["Character"];
  59.  
  60. lol = Instance.new("Sound", character)
  61. lol.Volume = 1
  62. lol.Name = "sus"
  63. lol.Looped = true
  64. lol.SoundId = "rbxassetid://6119798028"
  65. lol:Play()
  66.  
  67. character["RightHand"]:Destroy()
  68. character["LeftHand"]:Destroy()
  69. character["LeftUpperArm"]:BreakJoints();
  70. character["RightUpperArm"]:BreakJoints();
  71. character["LeftLowerArm"]:BreakJoints();
  72. character["RightLowerArm"]:BreakJoints();
  73.  
  74. character["RightLowerLeg"]:BreakJoints();
  75. character["LeftLowerLeg"]:BreakJoints();
  76. while runservice["Heartbeat"]:Wait() do
  77. character["LeftUpperArm"].CFrame=character["UpperTorso"].CFrame*CFrame.new(0.5,0,0.8);
  78. character["RightUpperArm"].CFrame=character["UpperTorso"].CFrame*CFrame.new(-0.5,0,0.8);
  79. character["LeftLowerArm"].CFrame=character["UpperTorso"].CFrame*CFrame.new(0.5,-0.5,0.8);
  80. character["RightLowerArm"].CFrame=character["UpperTorso"].CFrame*CFrame.new(-0.5,-0.5,0.8);
  81. character["RightLowerLeg"].CFrame=character["RightUpperLeg"].CFrame*CFrame.new(-0,-0.7,0);
  82. character["LeftLowerLeg"].CFrame=character["LeftUpperLeg"].CFrame*CFrame.new(-0,-0.7,0);
  83. end
  84. end
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement