Advertisement
dahpiglz

Untitled

Nov 18th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. for i,v in pairs(game.Workspace:GetChildren()) do
  4. if v:FindFirstChild("Left Arm") then
  5. v:FindFirstChild("Left Arm"):Destroy()
  6. end
  7. if v:FindFirstChild("Right Arm") then
  8. v:FindFirstChild("Right Arm"):Destroy()
  9. end
  10.  
  11. if v:FindFirstChild("LeftUpperArm") then
  12. v:FindFirstChild("LeftUpperArm"):Destroy()
  13. end
  14. if v:FindFirstChild("RightUpperArm") then
  15. v:FindFirstChild("RightUpperArm"):Destroy()
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement