#✅ | Open GUI when i press a specific key
1 messages · Page 1 of 1 (latest)
Yes 🙂 You can do it with the On Keyboard Key Pressed listener, then add a key requirement inside its action script.
How to set it up:
- Go to Customization -> Manage Listeners
- Create an On Keyboard Key Pressed listener
- Add an IF statement with an Is Key Pressed requirement
- Put the Open Screen or Custom GUI action inside that IF block
So the listener catches all key presses, and the requirement filters it down to the exact key you want.
If you want, I can also show you a quick example setup for a specific key like K or F8 ✨
✅ | Open GUI when i press a specific key
Thread Marked as Solved
This support thread has been marked as solved by @lapis saffron.
The AI helper is now disabled, but you can still continue the conversation if needed. Thank you for using our support system!
Marked by Stapz
Is there also a way to add a condition if a GUI is active ?