How to have a character place an overlay on something?

I’m trying to have my character put an overlay of a rose on top of a table, and I’m not sure how to do the coding for the rose. I already made the overlay.

Do you know overlay spotting? Just as character spotting?
so when your character places the rose on the table, the script template should be:

@CHARACTER is animation (i.e return_object_neutral)
@remove overlay ROSE
@overlay ROSE create
@overlay ROSE opacity 1
@overlay ROSE shifts to spot (on top of table)
@overlay ROSE scales to …

Hope that helps you! :blush:
Pm me if you have any questions! :heart:

1 Like

thank you so much! I’m still a bit confused though, this is what the warning says:
Screen Shot 2020-12-19 at 12.25.28 PM

1 Like

can i see your script?

1 Like

Yes. I probably did something wrong, I am new to this, and very confused lol.

1 Like

lol it’s okay, remove the 0.156 in front of the 85 307
you have to put scaling and shift to’s separate when you’re not putting them next to the background name.
so scaling should look like this:
@overlay ROSE scales to 0.156 0.156

also you don’t have to put the word spot when you’re shifting overlays that’s only for characters
so shifting should look like this
@overlay ROSE shifts to 85 307 in zone 2

1 Like

Thanks! I’m sorry if I’m being annoying but I still can’t see the rose on the sceen. This is what it looks like:
Screen Shot 2020-12-19 at 12.41.02 PM

1 Like

put @overlay ROSE opacity 1

1 Like

oh wait i see you already have it… hold on

1 Like

is it giving you any errors? and are you sure you scaled it right and used the right spot coordinates?

1 Like

Oh, I didn’t have the right coordinates. It finally works now, thank you so much, you are a lifesaver!

1 Like

no problem! (:

1 Like