Basicly, i was in process of making mission, where players must download something from few servers. After making a script in SP, i run into a problems in MP, what a surprise yeah.
So problem is idk how to update array for all clients, i tried to use (publicVariable "DataStore";) after IF and ELSE code so its cheks it and updates. Its working but only if host does that. Clients run function and dont sent updated array to other.