Signals/events for topbar menu visibility changes?

Is this possible, or is it time for a feature request? For instance, for a custom emote icon, I can use guiService:setEmotesMenuOpen(true) to open the emotes menu and false to close it, however I also need a signal/event to listen for too as the emotes menu will also close from external behaviours such as tapping away or moving.

2 Likes

I think it’s possible. You can make a remote event, and track if the player is moving, or tapping somewhere else other than the emotes menu.