// Root if (_localPlayer.root != null) { transform.position = _localPlayer.root.position; transform.rotation = _localPlayer.root.rotation; //transform.localScale = _localPlayer.root.localScale; had to comment this out }