The value cannot be obtained by calling NetSyncManager.Instance.GetGlobalVariable() in MonoBehaviour's Start().
This is probably because the initialization process of NetSyncManager has not been completed.
The side that wants to use it needs to wait for initialization.
How about adding a UnityEvent called OnInitialized to NetSyncManager?