STEP 1: Add a FloatVar in your Health Script.
public class HealthOwner : MonoBehaviour
{
public FloatVar health = new FloatVar(100);
public FloatVar maxHealth = new FloatVar(100);
}
STEP 2: Add a GKObserver to your Text UI
STEP 3: Drag your HealthOwner into the GKObserver
STEP 4: Round To Integer (OPTIONAL)