Hi, you need global variables. Only those can be carried across scenes. You can also set your player object to global and it will be available in all your scenes.
https://wiki.gdevelop.io/gdevelop5/all-features/variables/global-variables/
There are also object variables but they are not automatically transferred across scenes, as you can read in this discussion: