YaUIProgressBar
YaUIProgressBar
is the class that manages the progress bar UI.Properties
number Value
CLIENT ONLY
The current value of the progress bar, ranging from 0 to 100
boolean Reverse
CLIENT ONLY
Reverses the orientation of the progress bar.
Functions
GTweener TweenValue(number value, number duration)
CLIENT ONLY
Sets the value of the progress bar to value over the given duration.
void DoDispose()
CLIENT ONLY
Disposes of the progress bar UI.