#how to add to a string variable?
1 messages · Page 1 of 1 (latest)
String concat combines the input strings into a single string, use that.
actually you can just turn on beta and use list variables as cloud variables
Oh yeah that too
I realized I’d rather use string variables bcuz I’m storing positions and rotations so it has more “variables” inside the “list”
afaik the same variables that you can make cloud will work with their list counterparts
you can store 4096 positions in a single List<Vector3> Variable
you can store more in a List<String> Variable, but like, then you have to convert it back to a vector
Wait really? I thought there was a 64 limit on the list positions
On every list?
well, its a global limit on lists
I don’t understand the global limit part
it just means that every list variable adheres to the same limit