been trying to get my scoreboard to get the score from the counter and this is what i was left with but im unsure where to put the last part 01.CrabWorld w = (CrabWorld) getWorld(); 02.Counter c = w.counter; 03.//Then to get the score variable, you just use "c.getValue()" <--- where do i put that ? like counter score board? and how would i start the method if it was a new one and would i put all of that in the text part of a method or in the colored part?