'Interactable' property locking rendered ScrollBarImageTransparency on ScrollingFrames

Steps to reproduce:

  1. Create a ScreenGui on StarterGui and insert a ScrollingFrame
  2. Disable Interactable, either by an ancestor influence or instance property
  3. Set ScrollBarImageTransparency as any value

Now the ScrollBarImageTransparency shouldn’t be changing visually, until it is refreshed by enabling Interactable.
Happens both in the Engine and Studio.

Expected behavior

ScrollBarImage should not be affected by Interactable. Big hierarchies can make it impossible for finding a way around; as Interactable could be influenced by an ancestor.

2 Likes