Divider
Creates a 2D Divider in Guis.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIDivider" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(1, 0, 0, 1) |
Vertical | boolean | false |
LineColor3 | Color3 | Color3.new(0.3, 0.3, 0.3) |
Visible | boolean | true |