Customization script not working? HELP!

So I’m making a story for the Adventurous competition, and I want to add a feature that lets people customise their character if they want to. (Just so you know, I’m not extremely experienced and pretty much rely on youtube tutorials) So I, of course, used the preset script for this. To be specific, Limelight Avatar Female 1. But, I came to learn that this didn’t work. So I used the others, nothing. I do have many warnings coming up that many of the assets in the preset script don’t exist, but I thought that was normal. The problem is that my main character walks in, and the options for customization pop up, but as soon as you click one, the camera zooms in, but no options pop up. I provided a gif if that helps, any tips?

com-video-to-gif%20(2)

Have you tried using @Dara.Amarie ‘s template?

I never have any problems with them

1 Like

Thanks! I’ll go check it out. :slight_smile:

whats the charcaters name

Fae

So I used it, and

  1. I don’t know how to change all FEMALEAVATAR’s into Fae. (Her Name)
  2. I have all the same warnings and even some errors popping up.

label female_custom_1
@FAE spot 2.400 170 -520 and FAE faces right and FAE starts idle

    NARRATOR
What do you look like?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face Shape”{
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Mouth” {
goto fem_mouth_1
} “This is perfect!” {
goto female_1_end
}

####################### SKIN COLOR #######################

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@FAE changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@FAE changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@FAE changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@FAE changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 04” {
@FAE changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@FAE changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@FAE changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@FAE changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 08” {
@FAE changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@FAE changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@FAE changes bodyColor into Neutral 10
goto fem_neutralskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@FAE changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@FAE changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@FAE changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@FAE changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 04” {
@FAE changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@FAE changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@FAE changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@FAE changes bodyColor into Rose 07
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 08” {
@FAE changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@FAE changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@FAE changes bodyColor into Rose 10
goto fem_roseskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@FAE changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@FAE changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@FAE changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@FAE changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 04” {
@FAE changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@FAE changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@FAE changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@FAE changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 08” {
@FAE changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@FAE changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@FAE changes bodyColor into Gold 10
goto fem_goldskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@FAE changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@FAE changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@FAE changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@FAE changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 04” {
@FAE changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@FAE changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@FAE changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@FAE changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 08” {
@FAE changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@FAE changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@FAE changes bodyColor into Copper 10
goto fem_copperskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@FAE changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@FAE changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@FAE changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@FAE changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 04” {
@FAE changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@FAE changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@FAE changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@FAE changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 08” {
@FAE changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@FAE changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@FAE changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

####################### EYEBROWS #######################

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@FAE changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@FAE changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@FAE changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@FAE changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@FAE changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@FAE changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin High”{
@FAE changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@FAE changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Arched Natural Scar”{
@FAE changes eyebrows into Arched Natural Scar
goto fem_brows_1
}“High Arch Angled”{
@FAE changes eyebrows into High Arch Angled
goto fem_brows_1
}“Arched Short”{
@FAE changes eyebrows into Arched Short
goto fem_brows_1
}“Bushy Thick”{
@FAE changes eyebrows into Bushy Thick
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

####################### EYEBROW COLOR #######################

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@FAE changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@FAE changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@FAE changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@FAE changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@FAE changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@FAE changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@FAE changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@FAE changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@FAE changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@FAE changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@FAE changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@FAE changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@FAE changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@FAE changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@FAE changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@FAE changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@FAE changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@FAE changes eyebrowsColor into White
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

####################### FACE SHAPE #######################

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@FAE changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@FAE changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@FAE changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@FAE changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@FAE changes face into Square Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Soft Heart” {
@FAE changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@FAE changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@FAE changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@FAE changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@FAE changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Double Chin” {
@FAE changes face into Heart Mature Double Chin
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Round Puffy” {
@FAE changes face into Round Puffy Cheek
goto fem_face_1
}

####################### EYE SHAPE #######################

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Round Wide” {
@FAE changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@FAE changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@FAE changes eyes into Sharp Almond
goto fem_eyes_1
} “Generic” {
@FAE changes eyes into Female Generic
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Deepset Downturned” {
@FAE changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Wide” {
@FAE changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@FAE changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Smokey Eye” {
@FAE changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Monolid Slender” {
@FAE changes eyes into Monolid Slender
goto fem_eyes_1
} “Angular Slender” {
@FAE changes eyes into Angular Slender
goto fem_eyes_1
} “Almond Slender” {
@FAE changes eyes into Hooded Slender Almond
goto fem_eyes_1
} “Almond Slender Eyeliner” {
@FAE changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

####################### EYE COLOR #######################

label fem_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Black” {
@FAE changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Dark Brown” {
@FAE changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Light Brown” {
@FAE changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Pale Brown” {
@FAE changes eyesColor into Brown Pale
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Ice Blue” {
@FAE changes eyesColor into Ice Blue
goto fem_eyecolor_1
} “Aqua Blue” {
@FAE changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@FAE changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Blue Green” {
@FAE changes eyesColor into Blue Green
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Silver” {
@FAE changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Green” {
@FAE changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Hazel” {
@FAE changes eyesColor into Hazel
goto fem_eyecolor_1
} “Dark Hazel” {
@FAE changes eyesColor into Hazel Dark
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@FAE changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@FAE changes eyesColor into Violet
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

####################### MOUTH SHAPE #######################

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@FAE changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@FAE changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@FAE changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@FAE changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@FAE changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@FAE changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@FAE changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@FAE changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Full Flat Top” {
@FAE changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@FAE changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@FAE changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@FAE changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

####################### MOUTH COLOR #######################

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@FAE changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_1
} “Fair Neutral” {
@FAE changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_1
} “Fair Gold” {
@FAE changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_1
} “Beige Light Gold” {
@FAE changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@FAE changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_1
} “Beige Rose” {
@FAE changes mouthColor into Beige Rose
goto fem_NaturalColors_1
} “Beige Deep Neutral” {
@FAE changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_1
} “Medium Nude” {
@FAE changes mouthColor into Neutral Medium Nude Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Tan Deep Gold” {
@FAE changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_1
} “Tan Deep Neutral” {
@FAE changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_1
} “Brown Neutral” {
@FAE changes mouthColor into Brown Neutral
goto fem_NaturalColors_1
} “Brown Gold” {
@FAE changes mouthColor into Brown Gold
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Deep Gold” {
@FAE changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_1
} “Brown Deep Rose” {
@FAE changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_1
} “Gold Deep Matte” {
@FAE changes mouthColor into Gold Deep Matte
goto fem_NaturalColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@FAE changes mouthColor into Peach Gloss
goto fem_GlossColors_1
} “Light Peach” {
@FAE changes mouthColor into Pink Peach Lt Gloss
goto fem_GlossColors_1
} “Beige Pink” {
@FAE changes mouthColor into Pink Beige Gloss
goto fem_GlossColors_1
} “Medium Pink” {
@FAE changes mouthColor into Pink Medium Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@FAE changes mouthColor into Pink Warm Gloss
goto fem_GlossColors_1
} “Hot Pink” {
@FAE changes mouthColor into Pink Hot Gloss
goto fem_GlossColors_1
} “Deep Pink” {
@FAE changes mouthColor into Pink Deep Gloss
goto fem_GlossColors_1
} “Rose” {
@FAE changes mouthColor into Rose Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@FAE changes mouthColor into Pink Peach Medium Gloss
goto fem_GlossColors_1
} “Light Nude” {
@FAE changes mouthColor into Rose Light Nude Gloss
goto fem_GlossColors_1
} “Medium Nude” {
@FAE changes mouthColor into Rose Medium Nude Gloss
goto fem_GlossColors_1
} “Dark Nude” {
@FAE changes mouthColor into Rose Dark Nude Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@FAE changes mouthColor into Mauve Gloss
goto fem_GlossColors_1
} “Pastel Purple” {
@FAE changes mouthColor into Purple Pastel Gloss
goto fem_GlossColors_1
} “Plum” {
@FAE changes mouthColor into Plum Gloss
goto fem_GlossColors_1
} “Deep Purple” {
@FAE changes mouthColor into Purple Deep Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@FAE changes mouthColor into Red Gloss
goto fem_GlossColors_1
} “Deep Red” {
@FAE changes mouthColor into Red Deep Gloss
goto fem_GlossColors_1
} “Violet” {
@FAE changes mouthColor into Violet Gloss
goto fem_GlossColors_1
} “Black” {
@FAE changes mouthColor into Black Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Blood Orange” {
@FAE changes mouthColor into Blood Orange Gloss
goto fem_GlossColors_1
} “Red Garnet” {
@FAE changes mouthColor into Red Garnet Gloss
goto fem_GlossColors_1
} “Blackberry” {
@FAE changes mouthColor into Blackberry Gloss
goto fem_GlossColors_1
} “Pink Cashmere” {
@FAE changes mouthColor into Pink Cashmere Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Ash Deep” {
@FAE changes mouthColor into Ash Deep Gloss
goto fem_GlossColors_1
} “Dark Mauve” {
@FAE changes mouthColor into Dark Mauve Gloss
goto fem_GlossColors_1
} “Dark Amethyst” {
@FAE changes mouthColor into Dark Amethyst Gloss
goto fem_GlossColors_1
} “Royal Blue” {
@FAE changes mouthColor into Royal Blue Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Dark Apricot” {
@FAE changes mouthColor into Dark Apricot Gloss
goto fem_GlossColors_1
} “Copper Deep” {
@FAE changes mouthColor into Copper Deep Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@FAE changes mouthColor into Peach Matte
goto fem_MatteColors_1
} “Light Peach” {
@FAE changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_1
} “Beige Pink” {
@FAE changes mouthColor into Pink Beige Matte
goto fem_MatteColors_1
} “Medium Pink” {
@FAE changes mouthColor into Pink Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@FAE changes mouthColor into Pink Warm Matte
goto fem_MatteColors_1
} “Hot Pink” {
@FAE changes mouthColor into Pink Hot Matte
goto fem_MatteColors_1
} “Deep Pink” {
@FAE changes mouthColor into Pink Deep Matte
goto fem_MatteColors_1
} “Rose” {
@FAE changes mouthColor into Rose Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@FAE changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_1
} “Light Nude” {
@FAE changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_1
} “Medium Nude” {
@FAE changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_1
} “Dark Nude” {
@FAE changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@FAE changes mouthColor into Mauve Matte
goto fem_MatteColors_1
} “Pastel Purple” {
@FAE changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_1
} “Plum” {
@FAE changes mouthColor into Plum Matte
goto fem_MatteColors_1
} “Deep Purple” {
@FAE changes mouthColor into Purple Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@FAE changes mouthColor into Red Matte
goto fem_MatteColors_1
} “Deep Red” {
@FAE changes mouthColor into Red Deep Matte
goto fem_MatteColors_1
} “Violet” {
@FAE changes mouthColor into Violet Matte
goto fem_MatteColors_1
} “Black” {
@FAE changes mouthColor into Black Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Blood Orange” {
@FAE changes mouthColor into Blood Orange Matte
goto fem_MatteColors_1
} “Red Garnet” {
@FAE changes mouthColor into Red Garnet Matte
goto fem_MatteColors_1
} “Blackberry” {
@FAE changes mouthColor into Blackberry Matte
goto fem_MatteColors_1
} “Pink Cashmere” {
@FAE changes mouthColor into Pink Cashmere Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Ash Deep” {
@FAE changes mouthColor into Ash Deep Matte
goto fem_MatteColors_1
} “Dark Mauve” {
@FAE changes mouthColor into Dark Mauve Matte
goto fem_MatteColors_1
} “Dark Amethyst” {
@FAE changes mouthColor into Dark Amethyst Matte
goto fem_MatteColors_1
} “Royal Blue” {
@FAE changes mouthColor into Royal Blue Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Dark Apricot” {
@FAE changes mouthColor into Dark Apricot Matte
goto fem_MatteColors_1
} “Copper Deep” {
@FAE changes mouthColor into Copper Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

####################### NOSE SHAPE #######################

label fem_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined Natural” {
@FAE changes nose into Defined Natural
goto fem_nose_1
} “Grecian Soft” {
@FAE changes nose into Grecian Soft
goto fem_nose_1
} “Round Broad” {
@FAE changes nose into Round Broad
goto fem_nose_1
} “Round Button” {
@FAE changes nose into Round Button
goto fem_nose_1
} “Round Button Upturned” {
@FAE changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Round Downturned” {
@FAE changes nose into Round Downturned
goto fem_nose_1
} “Round Flared Upturned” {
@FAE changes nose into Round Flared Upturned
goto fem_nose_1
} “Round Flared Downturned” {
@FAE changes nose into Round Flared Downturned
goto fem_nose_1
} “Pointed Downturned” {
@FAE changes nose into Pointed Downturned
goto fem_nose_1
} “Broad Wide” {
@FAE changes nose into Broad Wide
goto fem_nose_1
} “Done”{
goto female_custom_1
}

####################### HAIR STYLE #######################

label fem_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto fem_hairShort_1
}“Mid-length Hair”{
goto fem_hairMedium_1
}“Long Hair”{
goto fem_hairLong_1
}“Styled Hair”{
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairShort_1

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@FAE changes hair into Afro
goto fem_hairShort_1
} “Short Afro” {
@FAE changes hair into Short Afro
goto fem_hairShort_1
} “Classic Bob” {
@FAE changes hair into Classic Bob
goto fem_hairShort_1
} “Curly Bob” {
@FAE changes hair into Curly Bob
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Faux Hawk” {
@FAE changes hair into Long Faux Hawk Solid
goto fem_hairShort_1
}“Fade” {
@FAE changes hair into Short Curly Fade
goto fem_hairShort_1
}“Pixie” {
@FAE changes hair into Short Pixie
goto fem_hairShort_1
}“Punk Pixie” {
@FAE changes hair into Punk Pixie
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy” {
@FAE changes hair into Short Wavy Hair Solid
goto fem_hairShort_1
}“Blunt Bangs” {
@FAE changes hair into Blunt Bangs Short
goto fem_hairShort_1
} “Wavy Side Shaved” {
@FAE changes hair into Short Wavy Side Shave
goto fem_hairShort_1
}“Curly Blow Out” {
@FAE changes hair into Short Curly Blow Out
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Crew Cut” {
@FAE changes hair into Crew Cut
goto fem_hairShort_1
}“Short Fringe” {
@FAE changes hair into Short Layered Fringe
goto fem_hairShort_1
}“Straight Tucked” {
@FAE changes hair into Short Straight Tucked
goto fem_hairShort_1
}“Emo Pixie” {
@FAE changes hair into Emo Pixie
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairMedium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@FAE changes hair into Medium Braided
goto fem_hairMedium_1
}“Medium Dreadlocks” {
@FAE changes hair into Medium Dreadlocks
goto fem_hairMedium_1
}“Hair Flip” {
@FAE changes hair into Hair Flip
goto fem_hairMedium_1
}“Straight” {
@FAE changes hair into Straight Medium
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Lob Bangs” {
@FAE changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}“Overgrown Bangs” {
@FAE changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}“Wavy Ombre” {
@FAE changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}“Medium Curly” {
@FAE changes hair into Medium Curly Solid
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Voluminous Curls” {
@FAE changes hair into Voluminous Curls
goto fem_hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label fem_hairLong_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@FAE changes hair into Beach Wave Hair
goto fem_hairLong_1
}“Long Braided” {
@FAE changes hair into Long Braided
goto fem_hairLong_1
}“Long Dreadlocks” {
@FAE changes hair into Long Dreadlocks
goto fem_hairLong_1
}“Feathered” {
@FAE changes hair into Long Feathered
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@FAE changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}“Sideswept Bangs” {
@FAE changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}“Straight” {
@FAE changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}“Wavy Long” {
@FAE changes hair into Wavy Long
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Parted” {
@FAE changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}“Feathered Bangs” {
@FAE changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}“Braided Dreads Parted” {
@FAE changes hair into Dreads Braided
goto fem_hairLong_1
}“Long Voluminous Curls” {
@FAE changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairUp_1

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@FAE changes hair into Braided Bun
goto fem_hairUp_1
}“Short Ponytail” {
@FAE changes hair into Short High Ponytail
goto fem_hairUp_1
}“Long Ponytail” {
@FAE changes hair into Long High Ponytail
goto fem_hairUp_1
}“Morning Updo” {
@FAE changes hair into Morning Updo
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@FAE changes hair into Small Bun
goto fem_hairUp_1
}“Double Dutch Braids” {
@FAE changes hair into Long Double Dutch Braids
goto fem_hairUp_1
}“Pinup Rolls” {
@FAE changes hair into Pinup Victory Rolls
goto fem_hairUp_1
}“Sleek Ponytail” {
@FAE changes hair into Sleek Ponytail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Shoulder Braid” {
@FAE changes hair into Over Shoulder Braid
goto fem_hairUp_1
}“Full Pigtail” {
@FAE changes hair into Full Pigtail
goto fem_hairUp_1
}“Updo Braids” {
@FAE changes hair into Braids Updo
goto fem_hairUp_1
}“Bantu Knots” {
@FAE changes hair into Bantu Knots
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto fem_hairDark_1
}“Light” {
goto fem_hairLight_1
}“Dyed”{
goto fem_hairDye_1
} “Back to Styles” {
goto fem_hair_1
}

label fem_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@FAE changes hairColor into Light Brown
goto fem_hairDark_1
}“Warm Brown” {
@FAE changes hairColor into Medium Warm Brown
goto fem_hairDark_1
}“Medium Brown” {
@FAE changes hairColor into Medium Brown
goto fem_hairDark_1
}“Chestnut Brown”{
@FAE changes hairColor into Chestnut Brown
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Dark Brown”{
@FAE changes hairColor into Dark Brown
goto fem_hairDark_1
}“Brunette Brown”{
@FAE changes hairColor into Brunette Brown
goto fem_hairDark_1
}“Ginger Red” {
@FAE changes hairColor into Ginger Red
goto fem_hairDark_1
}“Burgundy Red” {
@FAE changes hairColor into Burgundy Red
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@FAE changes hairColor into Deep Brown
goto fem_hairDark_1
}“Dark Black” {
@FAE changes hairColor into Black Dark
goto fem_hairDark_1
}“Jet Black” {
@FAE changes hairColor into Black Jet
goto fem_hairDark_1
}“Done”{
goto female_custom_1
}“Different Colors”{
goto fem_haircolor_1
}

label fem_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@FAE changes hairColor into Platinum Blonde
goto fem_hairLight_1
}“Dirty Blonde” {
@FAE changes hairColor into Dirty Blonde
goto fem_hairLight_1
}“Honey Blonde” {
@FAE changes hairColor into Honey Blonde
goto fem_hairLight_1
}“Strawberry Blonde” {
@FAE changes hairColor into Strawberry Blonde
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@FAE changes hairColor into Blonde Medium
goto fem_hairLight_1
}“Ash Blonde” {
@FAE changes hairColor into Ash Blonde
goto fem_hairLight_1
}“Peach Blonde” {
@FAE changes hairColor into Peach Blonde
goto fem_hairLight_1
}“Platinum White” {
@FAE changes hairColor into Platinum White
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto fem_hairDye_Pink_1
}“Blue/Green” {
goto fem_hairDye_Blue_1
}“Red/Yellow” {
goto fem_hairDye_Red_1
}“White/Grey” {
goto fem_hairDye_White_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@FAE changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@FAE changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@FAE changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@FAE changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Purple” {
@FAE changes hairColor into Red Purple
goto fem_hairDye_Pink_1
} “Purple Lilac” {
@FAE changes hairColor into Purple Lilac
goto fem_hairDye_Pink_1
} “Plum” {
@FAE changes hairColor into Plum
goto fem_hairDye_Pink_1
} “Dark Purple” {
@FAE changes hairColor into Purple
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Lavender” {
@FAE changes hairColor into Pastel Purple Lavender
goto fem_hairDye_Pink_1
}“Done” {
goto female_custom_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}

label fem_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@FAE changes hairColor into Blue
goto fem_hairDye_Blue_1
} “Light Blue” {
@FAE changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_1
} “Aqua Blue” {
@FAE changes hairColor into Aqua Blue
goto fem_hairDye_Blue_1
} “Dark Blue” {
@FAE changes hairColor into Blue Black
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Green” {
@FAE changes hairColor into Green
goto fem_hairDye_Blue_1
} “Lime Green” {
@FAE changes hairColor into Yellow Green
goto fem_hairDye_Blue_1
} “Mint” {
@FAE changes hairColor into Mint
goto fem_hairDye_Blue_1
} “Aqua Green” {
@FAE changes hairColor into Aqua Green
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Blue” {
@FAE changes hairColor into Pastel Blue
goto fem_hairDye_Blue_1
} “Pastel Mint” {
@FAE changes hairColor into Pastel Mint
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@FAE changes hairColor into Yellow
goto fem_hairDye_Red_1
} “Orange” {
@FAE changes hairColor into Orange
goto fem_hairDye_Red_1
} “Red” {
@FAE changes hairColor into Red
goto fem_hairDye_Red_1
} “Copper Red” {
@FAE changes hairColor into Copper Red
goto fem_hairDye_Red_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@FAE changes hairColor into Cool Gray
goto fem_hairDye_White_1
} “Light Grey” {
@FAE changes hairColor into Aqua Gray
goto fem_hairDye_White_1
}“White” {
@FAE changes hairColor into Warm White
goto fem_hairDye_White_1
}“Ice” {
@FAE changes hairColor into Platinum Ice
goto fem_hairDye_White_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label female_1_end
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@FAE is primp_neutral
} “No, I want to change something” {
goto female_custom_1
}

I’m sorry, I’m having the same problem with this one as well. The choices aren’t appearing.

maybe try saving the script and refreshing and closing the tab and check again

it should work im using it in my story

Tried that. Still didn’t work

Same for me, but when you finish customizing it either freezes or restarts a scene.
I tried doing multiple character’s being customized, but only the first template works.

From the looks of your script, you put the template inside of brackets (that’s what the error message is telling you).

What can I do if goto female_custom_1 don’t exist!!!(

What can I do if goto female_custom_1 don’t exist!!!(

It tells me that “goto female_custom_1” doesn´t exist. What should I write instead?