How do I move overlays

I want to have characters swimming and I want to use a overlay for it but I don’t know how to move overlays

3 Likes

Hi! Welcome to the community. :blush:

@overlay OVERLAY NAME create
@overlay OVERLAY NAME opacity 1
@overlay OVERLAY NAME shifts to insert spot in T
@overlay OVERLAY NAME scales to insert scale
@overlay OVERLAY NAME moves to layer 1
etc

The way you do this is when previewing on desktop, press show helpers, more helpers, spot directing. Then you can switch to the overlay. :blush:

When you move it, you can copy the code below, and copy it into your script.

Thank you