❔ Windows Form, Changing Label.Text says Cannot Implicitly Convert type "void" to "String"
Not sure why this is happening. I'll take any help I can get 

Console.Write() writes text to the consoleScore?
Label2.Text = Score.ToString() is what you want, then/close Console.Write()ScoreLabel2.Text = Score.ToString()