Some properties missing slider in properties widget

So whenever you click on a transparency-type value, sometimes the property window gives a slide bar option, which lets you slide the value between 0 and 1, or it gives you the increment option, which lets you increment by 1 up or down by clicking the arrows.

Here’s a list of properties that may need to be converted to the newer slide bar option:

  • TextLabel.TextStrokeTransparency
  • TextLabel.TextTransparency
  • TextButton.TextStrokeTransparency
  • TextButton.TextTransparency
  • TextBox.TextStrokeTransparency
  • TextBox.TextTransparency
  • ImageLabel.ImageTransparency
  • ImageButton.ImageTransparency
  • ScrollingFrame.ScrollBarImageTransparency
  • SelectionBox.SurfaceTransparency
  • SelectionBox.Transparency
  • SelectionSphere.SurfaceTransparency
  • SelectionSphere.Transparency
  • Smoke.Opacity
8 Likes

This is a long-awaited suggestion.

As a ROBLOX developer, it is difficult to efficiently measure certain UI element transparency in the Properties menu due to the limitation towards numerical values.

If ROBLOX is able to address this issue, it would improve my work efficiency because it would allow me to easily see live measurements of UI transparency, instead of having to estimate the transparency value that I want.

This is implemented for BackgroundTransparency, but not TextTransparency, TextStrokeTransparency, or ImageTransparency, which is quite disappointing.