#✅ | How to make a button open the settings on the main menu

1 messages · Page 1 of 1 (latest)

echo knotBOT
#

To make a button open Settings on the main menu, give it an Action Script that runs the opengui action with the Settings screen identifier.

  1. Right-click the button → Edit Action Script.
  2. Add action Open Screen or Custom GUI (opengui).
  3. Set the value to the Settings screen identifier (e.g., options_screen.minecraft).
    If you’re not sure what the identifier is, enable the Debug Overlay (Ctrl + Alt + D) while the Settings screen is open and copy the ID shown there.
    How to find screen identifiers

Once the action is set, clicking the button should open Settings from the main menu. 😊

#

✅ | How to make a button open the settings on the main menu