I have the board mostly done but since it works with cloud variables I can't figure out how to make it so all the values are synced and one person adding something will add it for everyone, not just them. Any suggestions? I have adhd so it's very hard to keep track of a lot of stuff at once which is why I haven't been able to figure it out myself
#Trying to make order board
1 messages · Page 1 of 1 (latest)
You can not sync cloud variables
But you could have 2 variables so when the synced variable changes it will set a cloud variable to the same thing
I know, which is why I asked this
I tried that and it just made the variable reset for each person but be visible globally
Which was a step in the right direction I suppose
But still not what I need
Why do you need a synced cloud variable?
I want to have a board where it's the same for everyone and anyone can add elements and without having to save the room the board will stay the same upon reloading
Sadly not possible
Unless you have only one instance and keep a bot in it to keep and store data
That’s how synced works
It’ll stay the same upon reloading
It won’t save if you reload into a different instance
I only have one instance of the given room
Synced values are shared values throughout all players in the instance
Synced = ALL
If there's no one in the instance, will it reset?
The instance will close if no one is in it
And so basically