Is there a OnMouseButton1Click for roblox chat button?

image

I want to open my own chatbar whenever this button is pressed.
How do I find it and connect to it?

1 Like

Maybe check this out.

2 Likes

What you can do, is adding Instance:GetPropertyChangedSignal to see if the visibility of the chat frame has been changed

1 Like

I checked that but he never explained how to do it.

This guy did though and it works perfectly!