Please explain this.

Im doing the roll a ball tutorial and as i try to drag the script into my player it says: “Cant add script component CharacterControllerTry3 because the script class cannot be found.” Can someone explain what the script class is so I can solve this?

The class name in the script must match the filename of the script eg. CharacterControllerTry3.cs must contain public class CharacterControllerTry3