Help with warning

So i wrote the same overlay twice and i got a warning saying “You’ve created multiple overlays with the same name in your script; any animations will only apply to the most recently created one” And everything seems to work fine. Will that prevent me from publishing my story?

It means that only one overlay works.

If you want to create a duplicate overlay. You can code it like this:

@/overlay OVERLAYNAME create <This is your original overlay.

@/overlay OVERLAYNAME1 create from OVERLAYNAME <This is your duplicate overlay.