Just need a lil help
-
So for the cloud variables, how do I make it so I can see what the person typed into the cloud variable or what’s the code for it?
-
When a cloud variable is updated by one user, all other users would see the updated value right away. Can you explain what you meant by “typing into the cloud varialbe” and how you would like to show its value to other users?
-
@info-creaticode so a sprite asks the user playing/viewing the project and whatever the player types in I get to see what they typed
-
So for them to “type” something, you will need a textbox (from widget category), and whenever its value changes, you can assign its value to a cloud variable.
-
@info-creaticode alright I’ll try that, thanks for your help!
-
@info-creaticode I got most of it, how do I change it’s value though?