RobloxPain3

Untitled

Sep 14th, 2019
2,248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3. if v.Name == "LowerTorso" then
  4. v:Destroy()
  5. end
  6. end
Add Comment
Please, Sign In to add comment