SetActive over network

how would i disable a GameObject using SetActive(false); over the network?

The most general way is by using a method marked with an RPC attribute.