Is there a way to have global variable

Not sure how or if it is possible to use global variables. I have a escape room type thing and for one of the rooms you go to a different scene to find something. I can’t seem to figure out how to make it so when you click something there it saves the variable change when you goes back to the first scene.

Hi @Matthew_Z,

There are “set CoSpace property” and “CoSpace property” CoBlocks for storing data between scenes.
You can check the examples in the following threads: Is it a new update CoBlock "set property"? and Transfer variables (scores) between scenes?

Hope that helps