help me

Demo

Member
Member
Mar 3, 2016
108
14
18
28
Parts Unknown
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");
}
}