Array values accessed simultaneously
Hi, just a quick question. I have a model with a realtimearray, which hold float values. If several players are increasing the values, as in array[0].value += 1 more or less at the same time, is it possible that not all increases will be correctly added?