Version: 5.4
public bool isServer ;

Descripción

Devuelve true si está ejecutándose como un cliente, y este objeto fue generado por un servidor.

This is only true if the object has been spawned. This is different from NetworkServer.active, which is true if the server itself is active rather than this object being active.