persatuan mendapatkan nilai scrollbar

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