#was wondering something about cloud data
15 messages · Page 1 of 1 (latest)
Now, before I help you on this
what are you using the role for?
Sometimes you dont even need the role, just a cloud variable
A ranking system
you dont even need the role
You just need a cloud variable
Just a simple one between trained and not trained
I know but I’m confused on what cloud variable to use
Then you just need a cloud bool variable, called something like LocalIsTrained
If the variable is true, they are trained, if the variable is false, they are not
I tried that
try harder
But it doesn’t stay when you leave
Variables dont stay when you leave
Cloud variables do
Make sure to spawn in the variable, configuring it, and enable "Cloud"
That’s what I did
then you are doing something wrong, cloud variables always keep data between joins, you must be setting the variable to something else somewhere