I’ve been trying to figure out the coding for creating text from overlays for hours now, and I need help now. I have the correct coding for it, but for some reason, the text isn’t showing up on the screen when I go to preview it on my phone. Can somebody help me?
Check this out
I used the right coding that she has on her website, but it’s still not working for me.
Maybe you forgot to add the @overlay TEXT opacity 1 command?
I don’t know what I did wrong, but I’m gonna show you the coding I have.
@overlay CAR SIDE PURPLE create
&overlay CAR SIDE PURPLE create text | color:white | 2 Weeks Ago
&overlay CAR SIDE PURPLE shifts to 147 226 in zone 1 in 3
&overlay CAR SIDE PURPLE scales to 3.401 3.401
You need to remove the @overlay CAR SIDE PURPLE create
command
The &overlay CAR SIDE PURPLE create text | color:white | 2 Weeks Ago
command is the command for creating the overlay
And you need to add &overlay CAR SIDE PURPLE opacity 1
at the end
It worked! Thank you so much.
Glad I could help
Closed since the problem was resolved!