Creating a hover cursor script?

Hello, how would one create a script when you hover over a GameObject or Mesh it shows a gui or text or shows the cursor I have this script set so it doesn’t show the cursor

function Start() {

Screen.showCursor = false;

}

Have a look at this

Thanks