Hey! Thank you so much. I finally got it to work.
For anyone who come later, this is what I did:
Add these two instance variables to BubbleText:
String Variable t=Content of the text
Number Variable index=0
On any key pressed:
BubbleText -> Add 1 to index
BubbleText -> Set text to left(Self.t, Self.index)