Unable to loop through Player Array

If random works, and get doesn’t, then you’re supplying an out of bound index to the get node.

Also, don’t always rely on the debugger. Sometimes it will say one thing, but printing the output will tell you something else.