Help to make a fade out

I didn’t know this since I’ve only been reading the code samples. I thought black was a fade frame on top of everything else. Also, I was only talking about that specific snippet, which in any other context would work.

2 Likes

I mean I get not looking at the file, but I did clearly explain this in the post above the one you replied to and said would work in the first place.

2 Likes

Which is why I said that bit of code was irrelevant

1 Like

It’s for handling all the images, so it can fade (call it a fade handler).

Wait, I thought you wanted a dark fade?

1 Like

A fade out tween, I’ve all ways been trying to make one.

OHHH, I assumed in your earlier post you wanted like a black fade out. Put everything in a CanvasGroup and then Tween the transparency of it. That’s the easiest way to do that.

1 Like

Aight so, this is a simple way of doing it. CanvasGroup then change the GroupTransparency

transparency.rbxm (11.7 KB)

2 Likes

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