Username inGame

Hi,

I’m trying to convert a text input into a global variable. This way, the user enters a username at the beginning of the game, which is saved and displayed or clickable in the next scene. But whenever I save the variable, it only displays 0 in the next scene. The global variable is a text and is set to “”.
Can anyone help me with this?


1 - reverse order cause i think you change scene and all folowing actions are not executed

2 - i think this should be text not value
image