Event for change in ownership?

I want to make a system in which network ownership is transferred between the client and server, with the client taking over control of a vehicle when it becomes the driver. I want an efficient method for the client to know when it should take control without it connecting to property changed signals. It’d be nice to just be able to know when the ownership changes directly from the client.

If the server knows when the network owner changed, you could send a remote event to the client that lets it know too.