Advertisement
trixade

Untitled

Oct 12th, 2021
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.39 KB | None | 0 0
  1.     game.Players.LocalPlayer.Character.Humanoid:Remove()
  2.     Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  3.     game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChildOfClass(
  4.         'Humanoid').HipHeight = 2
  5.     wait(0.30)
  6.     game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  7.     game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  8.     game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  9.     game.Players.LocalPlayer.Character.LowerTorso:Destroy()
  10.     game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  11.     game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
  12.     game.Players.LocalPlayer.Character.Head:Destroy()
  13.     game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
  14.     game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  15.     game.Players.LocalPlayer.Character.LeftFoot:Destroy()
  16.     game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
  17.     game.Players.LocalPlayer.Character.RightFoot:Destroy()
  18.     game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
  19.     game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  20.     game.Players.LocalPlayer.Character.UpperTorso:Destroy()
  21.     game.Players.LocalPlayer.Character.Torso:Destroy()
  22.     game.Players.LocalPlayer.Character.LowerTorso:Destroy()
  23.     game.Players.LocalPlayer.Character.UpperTorso:Destroy()
  24.     game.Players.LocalPlayer.Character.Head:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement