Why is array coming out empty?

Hey guys, so i am trying to get a string text out from an array. It has between 0-9 indexes with texts each.

But when i try this, it comes out with empty text at some players.

There are so many ways for it to get broken: array index problems, replication problems, delay. So it’s hard to predict what exactly wrong, the easiest way for you would print values on each step or go over with break point.

I did this, it seems like it removes the same index at some point, or it goes to fast, im so unsure, i have tried everything, from and nodes, break for each loop, is text empty run again, nothing works really, maybe i should run them after each other instead of having a delay? Maybe to much pressure for the server?

Is that a begin play node or run from begin play? May want to delay that as it could be executing before the player is valid?

Can you explain, step by step, what are you doing in simple terms, like “i have an array of strings with data, i want to sort this data to few other arrays and send them to different players thru event”, so i can offer better way to do things, because your approach looks really bad.