function onTouched() local Owner = script.Parent.Parent.owner.Value if Owner ~= nil then for i, v in pairs(script.Parent.Dropper:GetDescendants()) do v.Transparency = 0 do v.CanCollide = true end end script.Parent.DropperScript.Disabled = false script.Parent.Part:Destroy() end end script.Parent.Part.touched:connect(onTouched)