Tell me where you can add code to the RPC client so I can activate it through the server
class Bypass : MonoBehaviour
{
[RPC] void Register()
{
UnityEngine.Debug.Log("World");
}
}
class Bypass : MonoBehaviour
{
[RPC] void Register()
{
UnityEngine.Debug.Log("World");
}
}