Unity Get Scrollbar Valeur

// To get the value of a scrollbar, use below
gameObject.GetComponent<Scrollbar>().value;
SkelliBoi