Advertisement
QwertyHacker

split body

Jul 26th, 2022 (edited)
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. if (game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15) then
  2. if (game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso")) then
  3. if (game.Players.LocalPlayer.Character.UpperTorso:FindFirstChild("Waist")) then
  4. game.Players.LocalPlayer.Character.UpperTorso.Waist:remove()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement