Running strictly local blueprint logic that does not send data to server?

With further investigation, I learnt that while I should make the RPC call to server inside the actor blueprint, I need to make sure the actual logic is put inside the PLAYER blueprint, which fixes the problem