I want to restrict use of a button to a certain player. I need to be able to identify who is interacting with the button, and I need to know how to compare a player’s identity with some other player identity.
First, how do I establish the identity of an player who is interacting with this object?
Second, is the Get playerId
node the only way to compare player identities? Using the Int32.Equality
node?