Broadcast Variables Over Servers

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

I am making a multiplayer FPS and I want it to check if your are the last player in some way; I decided that the best way to do this was to have a variable with the remaining players but I didn’t know how to broadcast over the server the variable. Is there a way I can broadcast this variable over the peer to peer server?