Stepper
A progress indicator that displays a series of steps with visual feedback.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIStepper" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 220, 0, 30) |
Steps | number | 4 |
CurrentStep | number | 1 |
StepSize | number | 30 |
StepSpacing | number | 60 |
ActiveColor3 | Color3 | Color3.new(0.02, 0.5, 1) |
InactiveColor3 | Color3 | Color3.new(0.3, 0.3, 0.3) |
TextColor3 | Color3 | Color3.new(1, 1, 1) |
Visible | boolean | true |