I need help with coding something?

Hey,

Does anyone know how to code a character like typing? Like not the animation, but you see the screen and you see the letters appearing on the screen one by one like you’re actually typing? I have the computer screen and everything ready, just was wondering if that is possible?

The only thing I could imagine is that you have to work with overlays.
Each letter should be an overlay und then you can play with the opacity.
At the beginning your opacity is 0
And when the person I tipping, you change the opacity.
E.g @overlay letter1 opacity 1 in 0.5

1 Like

how do you make the character drink cuz I have this overlay and I don’t know how to make my character drink with an overlay does anyone know what’s the code is

you can make the character do a drinking animation and make the overlay move with their hand!

Thanks! I’ll try that