Runner Game help

Well, a temporary solution I found, was to disable the collision on the blocking volumes I didn’t need in the child objects.
I have 2 more questions now:

  1. I don’t know how to create a “Return to Main Menu” button from my pause screen. Since “PauseMenu” is a different blueprint from “MainMenu”, I can’t just take a simple “Main Menu” reference and add it to the blueprint, can I?
    Here’s the code for the Main Menu:

    And here’s for the Pause Menu:
  2. I also wanted to inlude a “High Score” screen showing how many coins the player managed to collect before dying and save it locally. But I have no idea how to do that…

Thank you for everything so far and excuse me for my bad english.