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