Make the master client trigger an event at my location

Options
I want to send an RPC to the master client telling him to create an event at the location of the client who send him the RPC.

This is to handle physics - when the non-masters hits the ball I want the effect to happen on the master's server because the master is the only one that can control the ball.

Anyone got an idea on a better way of doing this that the code below? It still comes out quite choppy.



Comments