Specific character

There is multiplayer, and for example, one of the players interacted with the object. How to make this object react specifically to this character without using tags of character?

You need to store somewhere a reference to the character (player controller?) that can interact with the item, and just compare it every time someone tries to do it.

1 Like