Changing hairstyles in camera view

Hello, I was just wondering what is the script code for when you want to change your characters hair but you also use the primp_brush_hair to use in between the change? I have an idea of what the script is meant to be but it isn’t working…
This is what I have don’t but is not working! The animation doesn’t appear:
@add Hair Brush to JESS
@JESS is primp_brush_hair
@JESS changes hair into Straight

1 Like

Try this and see if it works
@add Hair Brush to JESS
&JESS is primp_brush_hair THEN JESS changes hair into Straight

Or

@add Hair Brush to JESS
&JESS is primp_brush_hair
@JESS changes hair into Straight

2 Likes

Can you put a sc of the error? Because it’s right. Maybe the error is in another line

1 Like

Neither of them work :confused:

1 Like

Hmmm… Hold on a sec

Its not that it shows up as an error but it doesn’t play the animation in the script when I an previewing it…

@add Hair Brush to JESS
&JESS is primp_brush_hair
@pause for a beat
&JESS changes hair into Straight
@JESS is primp_brush_hair

1 Like

@add Hair Brush to JESS
@JESS changes hair into Straight
@JESS is primp_brush_hair
@remove Hair Brush from Jess

1 Like

Thanks for the help xx

1 Like

Ofc! Let me know if it works

1 Like

Thankyou soo much! I did the actions all the wrong way around :joy:

2 Likes

Solved and closed. :smiley: