xdJustice29

Untitled

May 6th, 2019
46
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("LowerTorso")) then
  3. if (game.Players.LocalPlayer.Character.LowerTorso:FindFirstChild("Root")) then
  4. game.Players.LocalPlayer.Character.LowerTorso.Root:remove()
  5. end
  6. end
  7. else
  8. print('Not R15!')
  9. end
Add Comment
Please, Sign In to add comment