How to access a player's health or stat when you hit separate game objects owned by him

Options

Hi! I'm making a multiplayer game where a player has a global stat amount that is stolen when you hit any object owned by him. I can't seem to be able to access the players GameObject from the owner method of the game object I'm hitting. I can make it work with custom properties, but it seems it is not recommended for frequent interactions. Any ideas?