Explanation: When a player is playing, a text will appear in a few seconds and then later on disappear.
What I'm trying to make with it: I'm trying to make a Visual story game with some texts appearing on screen to make it look like the character is talking and I'm also trying to make a cutscene with the game title and creator name. If you have an answer, can you explain it very clear? I don't know much when it comes to coding.
READ: Sorry guys, I don't know anything about scripting and I can't make much time to learn the basics because of online school. So I was hoping for a straight answer so I can work on my game faster.
For the title of the game all you would need to do is
wait(x) -- x being the time you would wait for it to dissapear script.Parent.Visible = false -- script parent being the frame
Your question is pretty broad, I suggest watching tutorials on the basics. If this helped please click accept! Any other questions feel free to ask just try to be specific.
So Im expecting that you already have the gui set up, sooo:
local Button = script.Parent wait(xxx) Button.Transparency = 1