how to acces a single player with verse

hello everyone, I would like to ask if it is possible to access a single player in UEFN with verse?

case :
I have 2 players and I would like to have a button that would be used to change the player’s status but I want if the first player clicks the button then it only changes the first player’s status and the second player’s status will not change

thank you

Automatically, the the player that pressed the button will be the only one referenced by the function you can call when the button is pressed- so yes it would in fact take a bit more work to reference all players.