Character and Overlay Leave the Screen at the Same Time

Hey! I need help moving my character and overlay off the screen simultaneously. Here is the script:

This is exactly what I’m facing too :sob::sob: help us

1 Like

I’d also like to know lol

1 Like

You can also make the overlay fade just depends on what the overlay is. The reason it doesn’t shift at the same time is because of the in 1.

To make it happen at the same time try this:
@CHARACTER spot x x x in zone 2 in 1
@overlay OVERLAYNAME shifts x x in zone 2 in 1

1 Like

This is helpful thank u

2 Likes

You’re welcome! You always have to time it equally in order to make them go at the same time.

You can also try this:

@overlay OVERLAYNAME shifts to x x in zone 2 in 1 AND CHARACTER spot x x x in zone 2 in 1

2 Likes

Okay thanks :blush:

2 Likes

To make it happen simultaneously, following your script it should be:

&overlay CAR SIDE PINK shifts to 42 66 in zone 2 in 1
@ANTHONY walks to spot 1.250 160 33 in zone 2 in 1 AND ANTHONY does it while animation.

(The animation should not be a walking animation if the character is in the car. If he’s driving, the best animation to use would be read_book_open_neutral_loop but if he’s a passenger, you can use any animation that is not a walking one)

3 Likes

I appreciate all the help. Thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.