[PunRPC]
public void ShowShield (bool active){
ability.shield.SetActive (active);
}
GetComponent <PhotonView>().RPC ("ShowShield", PhotonTargets.AllBuffered, true);
Why won’t this show in the other clients? It shows in my client but not to other people. Why?