I’ll save Kurt the bother.
Ignore the error code, look at the line it tells you the error is on.
Please use code-tags and not pictures of code. C# is case-sensitive, you cannot just type upper or lower case as you please. You should be able to find and fix these errors yourself because you can use the scripting reference to find how it should be typed, how it’s used etc and again, the errors themselves tell you which line.
You don’t need to tell someone the error code. The line the error is on and the description is all you need. At some point you’re going to have to learn how to fix your own typos so I would suggest best to learn now, save you pain later.