Currently, I have 3 synced string variables that act as synced lists
Each player is supposed to modify their own index, and I dont want to use 3 loops for each list, I just want a player to modify their own index
For example, the Team ID list
0/0/0/0/0/0/0/0
If im at index 2, I want to set the second index in that "List" to my current team ID, for example:
0/0/1/0/0/0/0/0
I'm not sure how to do this without loops, or if its possible