oatmeal2009

split

May 25th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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. else
  8. print('Not R15!')
  9. end
Add Comment
Please, Sign In to add comment