I need to run the “ChangeText” function only on the client who takes the Item.
For this purpose, I created (inside the ItemPicked HUD) a new variable called OwningClient which is a PlayerController reference
Now, having the ChangeText function screen as shown above, how to say: “Hey, change the text only on the client that is pickin’ up the item”