Error Type CS1526 and CS8032 HElP?

How can i fix the error type CS1536 and CS8032?
This is my code: line of code (16,82) and (16,91)
[36346-bildschirmfoto+2014-12-03+um+12.28.31.png|36346]

People are not wizards to remember error codes and their respective error statements. It would be better if you could post the statement of these codes along with error code values. Its error statements that help people to understand the error not the error codes. Please keep this in mind from next time onwards. :slight_smile:

You are missing a semicolon after your bracket and before your “Score” on line 16.

That line should be:

GUI.Label(new Rect(Screen.width/2  - 40, 300, 80, 30), "Score: " + score);

you’re missing a comma after Rect()