GameObject.Find

Hi, I'm trying to use GameObject.Find, the name of object this right, but the Unity show me the messenge: "NullReferenceException", what do I make? Thx a lot!

The only reason GameObject.Find would return null, is if you misspelled the name of the Game Object, or if the Game Object is not active.

If that's not enough to fix it, please post the code.