ScrollBarImageColor3 Property unable to be changed by Style Editor

when attempting to change the ScrollbarImageColor3 property in the style editor, it shows in the preview the color changes, however, on actual ui, it does not.

Expected behavior

it should change the color of the scroll bar on the preview and on the actual ui.

Hi @ComputedCyan, can you make sure that the ScollBarImageColor3 property is not modified? StyleRules will not apply to properties that have been modified. To reset a bolded property to its default value, you can right-click on the property in the PropertiesPanel and select the action to “Reset to Default”.

If that does not work, can you try printing the styled value of the property via scrollingFrame:GetStyled("ScollBarImageColor3")? This should be the styled value.

1 Like

it does not work

16:49:58.761 > print(game.StarterGui.MusicPlayer.PickerFrame.Picker:GetStyled(“ScollBarImageColor3”)) - Studio
16:49:58.765 GetStyled(): No such property named ScollBarImageColor3 - Edit
16:49:58.765 Stack Begin - Studio
16:49:58.765 Script ‘print(game.StarterGui.MusicPlayer.PickerFrame.Picker:GetStyled(“ScollBarImageColor3”))’, Line 1 - Studio
16:49:58.765 Stack End - Studio

wait, nevermind, i had to refresh the scrolling frame by removing and re-adding the style thingy to it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.