Execute code in the GameMode from a widget bp in multiplayer?

How can I run a function inside the GameMode from a widget blueprint owned by a client in a networked game? I am trying to do this:


but the code inside those function only runs when I do it from the server machine. I have been told the GameMode only exist on the server, so how can I call functions inside the GameMode from a client machine?

Thank you!