GetComponent<TextMeshProUGUI>().text = "Best Score: " + Score.bestscore;

에서 bestscore이 int자료형인데 정상적으로 더해지네요 원래되는건가요?