do this for a keybind to open, and close the gui, its easy ;d
function openClose()
{
$openClose+=1;
if($openClose==1)
{
canvas.popDialog(guinamehere);
}
if($openClose==2)
{
canvas.PushDialog(guinamehere);
$openClose=0;
}
if($openClose>2)
{
$openClose=0;
}
}
ez wtf ok and for the health bar thing
add this to the top part of your gui begin
noCursor="1";
ez noob