Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Can I make a cloud variable with text?
- Harrynbearison2000
-
3 posts
Can I make a cloud variable with text?
Am I allowed to make a cloud variable containing text which displays on-screen that only I can change?
- GamesReinvented
-
100+ posts
Can I make a cloud variable with text?
Cloud variables cannot contain letters, and as far as I know having a cloud variable only you can change to tell other people things is allowed.
- Harrynbearison2000
-
3 posts
Can I make a cloud variable with text?
when green flag clicked
forever
end
- Harrynbearison2000
-
3 posts
Can I make a cloud variable with text?
YEEHAAwhen green flag clicked
forever
end
Last edited by Harrynbearison2000 (Oct. 17, 2024 14:45:54)
- ArjunGupta2012
-
18 posts
Can I make a cloud variable with text?
cloud variables only support numbers, you can make an encoder/decoder that converts text to number by remixing my login and password thing in my Windows MeMe project
- CJSkitss
-
67 posts
Can I make a cloud variable with text?
No, you cannot store text in a cloud variable. But as @ArjunGupta2012 said, you can make an encoder/decoder to convert numbers into text and store that on a normal variable. Griffpatch has a good tutorial teaching this: https://www.youtube.com/watch?v=nNv9iehpGRQ
- HoodieCoder
-
54 posts
Can I make a cloud variable with text?
No. That is one of the main limitations of cloud variables.
- WafflesYouTubeMC
-
500+ posts
Can I make a cloud variable with text?
Try encrypting letters into numbers and make an encoder/decoder. I believe griffpatch has a tutorial on this
- Discussion Forums
- » Help with Scripts
-
» Can I make a cloud variable with text?