How to stop Particle Spawn for Client

So when you press your trigger, you are calling StopSpawn_Server top left, which is a multicast function correct? Multicast functions must be called from the server in order to be replicated to all clients. So create a Server RPC which calls StopSpawn_Server and have the motion controller call StopSpawn_Server when you release.