I don't have any idea how do code this so i can't put some code here.I want make it so you can break down windows whit ur hands.
game.Workspace.Part.Touched:Connect(function(otherPart) if otherPart.Parent.Name == ' tool name here ' then script.Parent:Destroy() end end)