#✅ | Button press doing something

1 messages · Page 1 of 1 (latest)

bright apex
#

I want to make it so when I press esc, it'll close a current custom GUI, is that possible?

fathom wyvernBOT
#

I’m checking the FancyMenu docs for how ESC behaves in custom GUIs and whether that can be changed 🙂

fathom wyvernBOT
# bright apex I want to make it so when I press esc, it'll close a current custom GUI, is that...

Yep, closing a custom GUI is possible in FancyMenu 🙂
The documented way is to use the closegui action, or the /closeguiscreen command.

What I could confirm from the docs:

  • FancyMenu has a Close Screen (closegui) action
  • FancyMenu has a /closeguiscreen command
  • I did not find a documented built-in option that specifically maps ESC to close a custom GUI

So the safe answer is:

  • Direct ESC-to-close behavior is not documented
  • But you can definitely make a button or trigger close the screen with closegui

If you want, I can help you set up a proper close button that behaves like an ESC close button 👍

#

✅ | Button press doing something