Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to make a color transition smooth/clean?

Asked by
Pyiot 5
8 years ago

I'm making a multiple bricks turn change different colors after 5 or so minutes. Is it possible that I'd want them all to transition to the same color, at the exact moment and smoothly? Instead of having it turn ex. Blue to Red

All help is greatly appreciated

1
Since bricks don't use RGB/Hex values for color, and instead have set colors, an actual smooth transition is impossible. However, you could try putting two bricks in the same position, an invisible one that is the color you'd like to end on, and a visible one that is the original color. You then make the "transition" by slowly raising the transparency in the visible brick, and lowering the transpa saenae 318 — 8y
1
[continued] and lowering the transparency of the invisible brick at the same time. saenae 318 — 8y
0
0
No, kingdom5. cabbler 1942 — 8y
0
You could do, SurfaceGui on brick, frame and then change the backgroundcolor3 using Color3.fromHSV UnleashedGamers 257 — 8y

Answer this question