Help Please lol

I lol at this. Please use code tags , or we have no other choice but to lol, because it’s very lolable.

When you get an error, it makes sense to pay attention to the message of the error. If it says “cannot convert from void to string” it couldn’t be any clearer. StartCoroutine expects an argument, and in one of its overloads, it expects a string, while LoadScene doesn’t return anything, and so this void cannot convert to string. I’m also of the opinion that if void was convertible to string, it would be called string, not void, so I tend to agree with the compiler.