How can I make box trigger to not replicate?

I just want to pop up a widget only for that player that walks into the trigger and not for the others.

Doesn’t the “Other Actor” input pin tell you the actor of the player that walks in the box? Try to identify him through the playercontroller perhaps that’s associated with the character

How should I identify him through player controller?