How can i send a rpc to server only

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vannongtinh

When develop networking game, we might want to send a rpc to server only, but how?

:bust_in_silhouette: Reply From: Wakatta

The Server’s ID is always 1 so use rpc_id or rpc_unreliable_id with that.

Side note


ID 0 is broadcast to all peers