How do I get the character to do the same thing at the same time? Like laughing or walking together?

I tried different ways but nothing seems to work. Thank you in advance!

Try this.

Example:

@EMMA is laugh_giggle AND FELIX is laugh_chuckle

It worked thank you so much!

No problem! Don’t hesitate to PM me if you need anymore help!

@EMMA is laugh_giggle AND FELIX is laugh_chuckle

Another way to write it:

&EMMA is laugh_giggle
@FELIX is laugh_chuckle

So if you want three characters doing actions at the same time, using method 1, it would be:

&CHAR1 is animation
&CHAR2 is animation
@CHAR3 is animation

Using method 2, it would be:

@CHAR is animation AND CHAR2 is animation AND CHAR3 is animation

As you can see, there’s a pattern ^^

Anyways, good luck! :black_heart:

thank you!

No problem :smile: