Can someone tell me how to make a hat remover button?
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category. Why was this question closed?
script.Parent.Touched:connect(function(a) for i,v in pairs(a.Parent:GetChildren()) do if v.ClassName == "Accessory" then v:Destroy() end end end)
Closed as Not Constructive by hiimgoodpack and Andorks
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?