Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Cloud Variables Not Updating
- LongingArc2811
-
3 posts
Cloud Variables Not Updating
My cloud variables are not updating. I have a game called boxing simulator, and my friend got a million, which was the highscore. The cloud variable on his screen said 1,000,000, but after he leaves the game, that score is deleted, even though it is a cloud variable. Please help!
Last edited by LongingArc2811 (Nov. 17, 2021 21:58:33)
- Jareddddddd
-
1000+ posts
Cloud Variables Not Updating
its could be that your friend is a new scratcher. In this case, you have to become a scratcher to access cloud variables (prevents botting)
- LongingArc2811
-
3 posts
Cloud Variables Not Updating
https://scratch.mit.edu/projects/599775601/ is the project that is not working. The friend also is not a new scratcher he has been a scratcher for 2 years.
The code I am using for the high score is:
The code I am using for the high score is:
when [ u] key pressed
if <> then
<[score] > [highscore]>
set highscore to score
end
- LongingArc2811
-
3 posts
Cloud Variables Not Updating
Sorry, that was the first time I used the blocks.
Last edited by LongingArc2811 (Nov. 18, 2021 23:15:53)
- Discussion Forums
- » Help with Scripts
-
» Cloud Variables Not Updating