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

How do I make captions like in a story?

Asked by
leathei -5
7 years ago

................................................................................... Dunno how.

0
Use a gui Leamir 3138 — 7y
0
Use textlabel hellmatic 1523 — 7y

1 answer

Log in to vote
1
Answered by 7 years ago

This question should be closed because it is too broad and vague. And you didn't even try to make captions. Next time when you are asking a question, you have to try to solve the question yourself. Anyways, let's get to the answer.

You can schedule a GUI to pop up at certain times in your animation. This is just a snippet of a script you need to make this work.

01function caption(lol)
02    script.Parent.Text = lol
03end
04 
05script.Parent.Visible = true
06caption("some loser: Your fists are about as strong as a mosquito's!")
07wait (2)
08caption(" [Japenese] Kenshiro: Omae wa mo shinderu...")
09wait (2)
10caption(" [Japenese] some loser: NANI?!")
11wait (1)
12caption("some loser: You must be joking!")
13wait (1)
14caption("so yeah this is why i hate anime lol xddd")
0
Use a textlabel sahadeed 87 — 7y
0
What is "caption"? you forgot to local caption. clrik 8 — 7y
0
Sorry for the misunderstanding, I will try better next time, leathei -5 — 7y
Ad

Answer this question