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.
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.
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