Apology first for me always thinking about scalability.
Right now there can be only one player since the code used FindObjectWithTag which only returns one object with the tag.
To allow scalability we can use either of these two methods.
My question is which of these two methods should I use?