The video does not show you how to make a health bar, it only shows how to display pop up text, which was already covered in another video. The real question is, how do you convert the damage over to the slider? Using property binding it can only be achieved if the property is a float, which means any int you use must be converted to a float and the declared equal to the integer desired. This is the real health bar making process :)Actually it does show you how to make a health bar. Second half of the video adds a visible health bar.
Hope that helps anyone else.