Advertisement
yonidrori

Untitled

Aug 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. iz = (game.Players.LocalPlayer.Name)
  2.  
  3.  
  4.  
  5. is = (game.Players.LocalPlayer.Character)
  6.  
  7.  
  8.  
  9. is.Head.Transparency = 1
  10.  
  11.  
  12.  
  13. for i,v in pairs(is:GetChildren()) do
  14.  
  15. if v.ClassName == 'Hat' then
  16.  
  17. v:Destroy()
  18.  
  19. end
  20.  
  21. end
  22.  
  23.  
  24.  
  25. for i,v in pairs(is:GetChildren()) do
  26.  
  27. if v.ClassName == 'Shirt' then
  28.  
  29. v:Destroy()
  30.  
  31. end
  32.  
  33. end
  34.  
  35.  
  36.  
  37. for i,v in pairs(is:GetChildren()) do
  38.  
  39. if v.ClassName == 'Pants' then
  40.  
  41. v:Destroy()
  42.  
  43. end
  44.  
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement