For testing stuff I'd need my own privileges so if I did;
Player1 = game.Players.MYNAME
Then that would collect my user and save it in a variable. Alright so if I wanted a loop to break for only if I join, then id add a statement like
repeat wait(1) until game.Players.NumPlayers >= 2 if Player1 then break
Is this a correct way?