Two of the same overlays in the same scene

Hi everyone, I’ve been struggling with this for a while now. But how do you add two of the same overlay in the same scene. For example, I want a scene with 2 school desks. But it always comes with an error. If anyone could help me out, it would be much appreciated :grin:

1 Like

If you write 1st:

@overlay SCHOOLDESK create
@overlay SCHOOLDESK shifts to 000 000
@overlay SCHOOLDESK scales to 1.200 1.200

Then you write this 2nd:

& or @ overlay SCHOOLDESK shifts to 000 000
& or @ overlay SCHOOLDESK scales to 1.590 1.590

Make sense?

DUPLICATING the Same Overlay:

You can use the same overlay more than once without having to upload the overlay with a different name.

@overlay OVERLAYNAME_2 create from OVERLAYNAME

You can name the duplicated overlay whatever you want (I just added “2” to the end of the original overlay name), and use that name to animate the new overlay.
You can use this code as many times as you want, but make sure that you don’t use the same exact name.

The text above is from the thread below.

Yes, it does make sense. Thank you so much :blush:

Thanks you so much :blush:

1 Like