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?