You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagtext = Tag.create("Exam Text", newPosition(x, y, z, level));
text.setTimeout(100); //Tag의 지속시간을 설정 가능합니다text.setText("Change"); //Tag의 텍스트를 바꿀 수 있습니다.text.setHidePlayer(player); //Tag를 보이지 않게할 유저를 설정합니다.