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
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.
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)
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?