I am on the survival shooter tutorial and I’m on the part that you have to add the script to the player object. it said that I have to fix the compile file before I add the new script.
You’ll see a tab that says “Console”. Make sure the red icon is enabled by clicking on it.
The messages with the red icon should tell you which script is throwing errors, which line in that script, and why, usually giving you a solution or something to google.
It means something in your code made it unreadable, like a syntax error - that is, { } , ; ( ) etc. out of place, missing, or redundant. Maybe you forgot to capitalize something that needs to be capitalized. The game won’t be able to do anything with the information unless it’s arranged in the way it’s expecting, and is logically cohesive.