Do .MouseClick events delete themselves when their event object is destroyed?

Hello developers, I have a question for you do ImageButton event listeners destroy themselves when the ImageButton is destroyed?

2 Likes

Yes, Instance:Destroy implicitly disconnects any event connections.

3 Likes