Poll
Displays a poll that allows users to vote on a set of options.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UIPoll" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 300, 0, 400) |
BackgroundColor3 | Color3 | Color3.new(0.11, 0.11, 0.13) |
OptionBackgroundColor3 | Color3 | Color3.new(0.16, 0.16, 0.18) |
OptionHoverColor3 | Color3 | Color3.new(0.18, 0.18, 0.20) |
SelectedOptionColor3 | Color3 | Color3.new(0.20, 0.35, 0.28) |
TextColor3 | Color3 | Color3.new(0.90, 0.90, 0.92) |
DimTextColor3 | Color3 | Color3.new(0.60, 0.60, 0.63) |
Visible | boolean | true |