I need help layering my overlays

I’m not sure how to layer overlays in this scene I’m making where the character is looking into a mirror.
I know that the duplicate character needs to be at layer 0, mirror overlay needs to be at layer 1, the overlay that looks like the bathroom needs to be at layer 2 and that the character needs to be at layer 3 BUUUUT I have no idea how to code that, because when I try it gives me errors

What’s the error?

Also, check this helpful video:

It says that the syntax is incorrect (I know it is, but I have no idea what I should be doing)

If you’re creating overlays in the scene you need to add these commands:

@overlay OVERLAY create
@overlay OVERLAY shifts to X Y in zone # in 0
@overlay OVERLAY scales to % % in 0
@overlay OVERLAY opacity 1 in 0

If you want to move your overlay to the layer you need to use this command:

@overlay OVERLAY to layer #

1 Like

Thanks so much - i’ll try and fix it now