ProgressBar
A progress bar shown on a player's HUD.
Last updated
A progress bar shown on a player's HUD.
Last updated
For examples on how to use, refer to .
Sets the fill color of the progress bar.
Sets the max progress for the progress bar.
Sets a text label on the progress bar.
Returns the current progress of the progress bar. For example, a progress bar that has 1 unit of progress with a maximum of 5 units would return 1
.
Adds the given amount to the current progress.
Subtracts the given amount from the current progress.
Sets the progress to the given amount.
Adds a player to the list of players who can view this progress bar.
Removes a player from the list of players who can view this progress bar.
Removes the progress bar.