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

Can someone help? I tried to make my intro fade in and fade out. Its Not working help! [closed]

Asked by 7 years ago

So i watched this alvinBlox vid on how to make an intro but he made an update and said that it no longer works. He made a new video but it doesnt show how to make the intro fade in and fade out like in the first one. Can anyone give me the right script? Also I need the script so if a person dies they dont see the intro again.

what i tried:

do (0,1,0.1)

Link to video I was talking about: https://www.youtube.com/watch?v=FsLJ6dZVZYg

watch the vid for more info pls

0
Use the TweenService 0HappyManDudeguy0 15 — 7y
0
Marking as non-constructive for the following reasons: There was absolutely no effort put into trying to learn how to do this. Not even trying to replicate what was said in the video. You maybe saw a snippet and thought that it would be enough. You didn't even punch in the whole line! No intensive to understand. minikitkat 687 — 7y

Closed as Not Constructive by minikitkat

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by
H4X0MSYT 536 Moderation Voter
7 years ago

The answer to any question like this is: learn basic lua. I mean seriously, this is yet another non-attempt. Try using the tween service, and loops. Not so hard that you can't learn it from the wiki.

Ad
Log in to vote
0
Answered by
Anubizx 76
7 years ago

First, you need to put your "Frame or Image" that you want move in a position which is not visible, so use this:

Name:TweenPosition(UDim2.new(0,0,0,0),"In","Quad",0.5)