Hello there an error is my script saying that there is an unexpected token.
The unexpected token is on de last line and starts at the T of ToString.
I cant seem to find out how is should fix it.
function OnGUI(){
GUI.Box(Rect(Screen.width*0.22,Screen.height*0.28,200,25), Score.score.ToString());
GUI.Box(Rect(Screen.width*0.15,Screen.height*0.35,125,25), ("Ringen Opgepakt"));
GUI.Box(Rect(Screen.width*0.3,Screen.height*0.35,50,25),PickUp.totaalRingen.ToString());
GUI.Box(Rect(Screen.width*0.375,Screen.height*0.35,100,25), ("x10 pt"));
GUI.Box(Rect(Screen.width*0.5,Screen.height*0.35,50,25),PickUp.totaalRingen*10.ToString());