Advertisement
xDjAlchatraz

Remove Clothing

Jul 5th, 2017
1,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. workspace.DescendantAdded:connect(function(NewDescendant)
  2.     if (NewDescendant:IsA("Shirt") or NewDescendant:IsA("Pants") or NewDescendant.Name == "Health") and NewDescendant.Name ~= "GamePants" and NewDescendant.Name ~= "GameShirt" then
  3.         game:GetService("Debris"):AddItem(NewDescendant, .1)
  4.     end
  5. end)
  6. -- Made by xDjAlchatraz for Eastern Roman Empire | Moesia Province
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement