UIProgressBar
A visual component that displays a progress bar with customizable colors and size.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIProgressBar" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 220, 0, 20) |
Progress | number | 0 |
BackgroundColor3 | Color3 | Color3.new(0.15, 0.15, 0.15) |
FillColor3 | Color3 | Color3.new(0.02, 0.5, 1) |
Visible | boolean | true |