How could I possibly make an GUI animation of letters appearing one by one to make a sentence?

Hello, I am making an Roblox game with dialogue, however I really want to make an text animation of letters appearing one by one, is that possible and if it is how could I do it? :bulb::fire:

I have been searching for about an hour but cannot find anybody asking this question. :cry:

Sorry if my English is bad, it’s not my first language. :hugs::pensive:

Anyways, ill be waiting for help! :scream:

1 Like
2 Likes

Hmm, ill look into it. Might help. Thanks! :fire:

1 Like

So uhm, it didn’t work, it gives me this error and I don’t know how to fix it, I’ve done everything the tutorial says. :flushed:

The error:

len is not a valid member of Frame “Players.Smirdson_LT.PlayerGui.ScreenGui.Frame” :sleepy::sob::disappointed_relieved::pensive:

1 Like

i would assume you didnt use a textlabel, make sure u put a textlabel instead of a frame, and use TextLabel.Text to modify its text

1 Like

I realized that like 10 seconds before you wrote this, I tried it but still it doesn’t work. :pensive:

The error is the same, the only thing thing that changes is that instead of saying “len is not a valid member of Frame “Players.Smirdson_LT.PlayerGui.ScreenGui.Frame”” it says “len is not a valid member of Frame “Players.Smirdson_LT.PlayerGui.ScreenGui.Frame.TextLabel”” :thinking::bulb:

1 Like

you’d need to add .Text (TextLabel.Text)

1 Like

It worked, however now there’s another error. :flushed:

ReplicatedStorage.RichTextDialogue:38: invalid argument #1 to ‘pairs’ (table expected, got string)

1 Like

Yeah they didn’t add it I tried it just now but it’s still got a error

1 Like