#✅ | create a button singleplayer

1 messages · Page 1 of 1 (latest)

rich trail
#

how to configure a singleplayer button ?

elder oracleBOT
# rich trail how to configure a singleplayer button ?

Hey there! 👋 I can definitely help you with setting up a singleplayer button.

You can create a custom button and configure its action to open the singleplayer screen. Here's how:

  1. Add a new Button element:

    • Open the FancyMenu editor for the screen where you want the button.
    • Right-click on the editor's background.
    • Hover over New Element and select Button.
  2. Edit the button's action script:

    • Right-click the new button you just created.
    • Select Edit Action Script.
  3. Add the "Open Screen or Custom GUI" action:

    • In the action script editor, click Add Action.
    • Find and select the action named Open Screen or Custom GUI (its ID is opengui).
    • Click on Edit Action Value.
  4. Set the screen identifier:

    • In the value input field, type singleplayer_screen and click Ok (or press Enter). This is the identifier for Minecraft's singleplayer world selection screen.
  5. Customize the button's appearance (optional):

    • You can set the button's label by right-clicking it and selecting Label. Type Singleplayer or whatever you want the button to display.
    • You can also change its size, position, and textures from its right-click menu.

After these steps, save your layout, and your new button will open the singleplayer world selection screen when clicked! 😄

You can find more details about action scripts and elements here:

elder oracleBOT
#
Thread Marked as Solved

This support thread has been automatically marked as solved because there were no new messages for at least 24 hours.

If you still need help, feel free to continue the conversation or create a new support thread.