If I connect, a function to the property, e.g. Touched
of an object:
MyPart.Touched:Connect(function(OtherPart)
...
end)
… and at some point, I destroy this object: MyPart:Destroy()
…
… is this connection automatically removed by the Engine?
Or should I worry about manually removing this connection before destroying the object?