Why is cloud variable set to zero when the project is opened? The cloud variable "Cloud ClickCount" should only grow as it's only increased and never set to any lower value. So why does it start at zero (or any other value I have set it in the editor) when the project is opened and the green flag clicked? Please check out my code, and explain to me how such global click counter could be coded so that the click count is stored in cloud for this project. The cloud variable is updated every 60 frames (about every 2 seconds) so the problem shouldn't be caused by too frequent updating.