I have a progress bar scene, lets call it ColorfulProgressBar that changes its color based on how much of it is full. I use multiple ColorfulProgressBars in a parent scene for different things. When I change the color of one ColorFullProgressBar stylebox, All other ColorfullProgressBars change to the same color. I clicked "make unique" on the stylebox that ColorfullProgressBar uses. How can I make sure that if I change one colorfullProgressbar's stylebox, the others dont change as well?