Progress Bar

Create a simple progress bar.

Progress bars are server-based and controlled server-side. They are not distributed to several players but can be shown to a single user. They're based on a set period of time between a starting point and an ending point.

Accessible on Server Side

Creation

Creation very simple and will always return a uid if not specified.

Clearing

If for some reason you need to clear the progress bar early you can use the uid to clear it.

Example

This progress bar lasts 5 seconds.

Last updated