Hello there! ๐
I understand you'd like to replace the "Controls" button with a "Key Binds" button, so it directly opens the Key Binds menu. That's a clever way to streamline your menu navigation!
Here's how you can achieve this:
-
Identify the "Key Binds" Screen:
- First, open the "Controls" menu, then click "Key Binds" to enter the Key Binds screen.
- Once you're on the Key Binds screen, open FancyMenu's menu bar (Ctrl + Alt + C), then go to Customization -> Debug Overlay.
- The debug overlay will show you the exact screen identifier for the Key Binds menu. Click on it to copy it to your clipboard. This identifier is what you'll use in the next step.
-
Delete the "Controls" Button:
- Go back to the Options screen (where you see the "Controls" button).
- Create a new layout "for the current screen" if you haven't already.
- Right-click on the "Controls" button in the editor and select Delete. This will hide the original button.
-
Create a New Custom Button:
- Right-click on the editor's background, select New Element -> Button.
- Position this new button where the original "Controls" button used to be. You can use the anchoring feature to ensure it stays in place. The documentation on Positioning Elements might be helpful here. You can also use the Button & Slider Templates feature to match the appearance of other buttons if you wish.
-
Configure the New Button's Action Script:
- Right-click your newly created button and select Manage Action Script.
- Click Add Action and choose the Open Screen or Custom GUI (
opengui) action from the list. - For the value of this action, paste the screen identifier you copied in Step 1.
Now, when you click your new button, it will directly open the Key Binds menu!