Fading in blush overlay

Hey guys! I’m trying to make my character blush however, it’s not quite working out.
I want it to slowly fade in on the MC’s face but instead it just appears.

Here’s the coding:
&overlay BLUSH create AND overlay BLUSH opacity 100% in 0

@overlay 5775746567503872_BLUSH shifts to 37 334 in zone 1
@overlay 5775746567503872_BLUSH scales to 0.064 0.064
@overlay 5775746567503872_BLUSH moves to layer 3
@VALENTINA is flirt_liftchin_receive_shy

And here is how it appears:

1 Like

&overlay BLUSH create AND overlay BLUSH opacity 100% in 1

Feel free to change the number to how fast you want it to appear.

1 Like

You are such a lifesaver, thank you so much!

1 Like

Would there be an option to make it fade out aswell or would I just have to use the clear command?

You can do something like

@overlay BLUSH opacity 0 in 1 OR &overlay BLUSH opacity 0 in 1

Same thing as before but replacing the opacity with a 0!

1 Like

Perfect, thank you❤️

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.