[Solved]Label is not a member of GUI anymore.

So, unity says that i can no longer use labels anymore since it’s no longer a part of the GUI system. I’ve read several other posts abotu this that are same as mine, unless im blind which i don’t think i am. Not sure though. What am i doing wrong? :frowning: !!!Also, the code is in my OnGUI function!!!
Code :

GUI.Label (Rect (10, 10, 100, 20), "Hello World!");

Error :

'Label' is not a member of 'GUI'.

Apparently, dont call your script GUI.js