How can i make an image label "fade out" when the player presses E

i want to make a prologue for my game kinda like this
Prologue Preview - Stars Align - YouTube
I have all of the images (just took pictures from my game and used oil paint filter in photopea)
but I don’t know how to code and my scipter is gone for a few days how can i make the image change when you press E (probally would just fade out the transparency of the fisrt image and make the second fadte in) I don’t need the page flip thing but it would be good if it would fade in and out from black to the next picture? also it would need to make a textlabel appear too
there would probably be a textlabel under the imageLable so its easier to reference
also theres only 3 images so once it gets to the last one instead of making another image apear it would just fade out the image and then you could play

sorry if this sounds like alot bassicly just 1 code for pressing E fades out an image and
another for pressing E fades out an image and fades in another
i wont be home for a few days but ill try when i get back

ik its kinda a bad post but i wanna get this done soon

I’d use TweenService for smooth transitions and UserInputService to detect key inputs.

2 Likes