[Help] Code breaks

Fixed

try :

var circlesScript:scriptCircles;
circlesScript = hit.transform.GetComponent(scriptCircles);

Make sure the script your trying to get is accually called “scriptCircles” and that you dont just have a typo or something

I fixed it by rebooting my computer.