#✅ | Button press doing something
1 messages · Page 1 of 1 (latest)
I’m checking the FancyMenu docs for how ESC behaves in custom GUIs and whether that can be changed 🙂
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
/closeguiscreencommand - 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