Hey! So I have seen about 2 different posts already on typewriting effects like I am trying to achieve, if you didn’t see them I will link a video on what I want to accomplish, the text to fall into place.
I know how to make a basic typewriter effect, but I want to achieve this unique effect and going through the posts I still can’t seem to accomplish it.
I tried Defaultio’s Rich Text Markup and while it had a wiggle animation, I wanted a custom animation for it to fall into place once, and not wiggle back and forth.
If you know a way for me to accomplish this, or know how to achieve what I want with Defaultio’s Module, please let me know.
And now you have FallDown style animation you can use it like this in dialogue
local BoardDialogue = {
--Testing Dialogue
"<AnimateStyle=FallDown><AnimateStyleTime=0.05>[Help Wanted]: Pen Lost!",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05>When i writing my dairy in my house I suddenly i dropped my pen then it just disappeared! someone help!\n<TextColor3=255,255,0>(Signed Mary)",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05><TextColor3=255,0,0>[Wanted Help]<TextColor3=/>: Lost House Key!",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05>Normally i will wait for my mom to open door for me but she is on vacation! I don't remember where did i lost it but someone please find some way to open my door!\n<TextColor3=0,255,255>[NOTE] You can break door but don't forget to pay repair bill too!\n<TextColor3=255,255,0>(Signed Noelle)",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05><TextColor3=255,255,0>[Trade Offer!]<TextColor3=/>: Paper Clip",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05><TextColor3=255,255,0>You Recive: My Precious Paper Clip\n<TextColor3=255,0,255>I recive: Your House!",
"<AnimateStyle=FallDown><AnimateStyleTime=0.05>(The Rest is a Saloon Product Advertisement)"
}
Extra Tip if you don’t want to insert <AnimateStyle=FallDown><AnimateStyleTime=0.05> every dialogue line then you can turn it to default style by finding this line in Rich Text Markup Module
thanks, one question though that I should have included, do you know which setting allows me to adjust the speed of the typing and how to change the size of the text?
AnimateStepFrequency is for how many letter to show per step (more number mean more letter to show per animation step and can’t be decimal number too)
There is two way to set size
1.If your TextScaled Property is true then change TextScale
2.If your TextScaled Property if false then change TextSize
TextScaled Property will auto adjust TextSize to fit your frame (tho Higher Text Scale most likely to make text fall below screen lol)
or to change Size for certain text you can use <TextScale=0.3> or <TextSize=35> <<This won’t work if TextScaled is true