If you're confused with what I'm trying to ask, I'll explain it to you. I'm currently creating a game that I started around a day ago and I'm almost done with the menu of the game, but the problem is that i am currently having difficulties with my logo that I created into implementing how I want. I am trying to make my logo appear after a few seconds then disappear and the scripts that I was handed only made it just appear and disappear rapidly and I just want it to do it only once. I've tried scripting my own script but nothing is working. Can you help me? (P.S. I am a beginner.)
script.--insert its path--.Transparency = 1 -- now its totally invisible wait(0.1) script.--insert its path--.Transparency = 0.9 wait(0.1) script.--insert its path--.Transparency = 0.8 wait(0.1) script.--insert its path--.Transparency = 0.7 wait(0.1) script.--insert its path--.Transparency = 0.6 wait(0.1) script.--insert its path--.Transparency = 0.5 wait(0.1) script.--insert its path--.Transparency = 0.4 wait(0.1) script.--insert its path--.Transparency = 0.3 wait(0.1) script.--insert its path--.Transparency = 0.2 wait(0.1) script.--insert its path--.Transparency = 0.1 wait(0.1) script.--insert its path--.Transparency = 0 -- now it will be visible-- wait(5) --for how long it will stay visible change the value if you want-- script.--insert its path--.Transparency = 0.1 wait(0.1) script.--insert its path--.Transparency = 0.2 wait(0.1) script.--insert its path--.Transparency = 0.3 wait(0.1) script.--insert its path--.Transparency = 0.4 wait(0.1) script.--insert its path--.Transparency = 0.5 wait(0.1) script.--insert its path--.Transparency = 0.6 wait(0.1) script.--insert its path--.Transparency = 0.7 wait(0.1) script.--insert its path--.Transparency = 0.8 wait(0.1) script.--insert its path--.Transparency = 0.9 wait(0.1) script.--insert its path--.Transparency = 1 - now its totalyy invisible-- wait(0.1)
Im bad at scripting too i hope if this can help u