local CustomCategoryManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/Damian-11/quizbot/master/quizbot.luau"))() local dandy = CustomCategoryManager.New("Dandy's World", "easy") dandy:Add("What 'gte' means?", {"Get to elevator", "Get to exit", "Get to entrance", "Get on elevator"}, 1) dandy:Add("What do we use to buy toons?", {"Ichor", "Research", "Cash", "Tapes"}, 1) dandy:Add("What is the cheapest toon in Dandys World?", {"Shrimpo", "Boxten", "Poppy", "Toodles"}, 1) dandy:Add("Where do we buy toons from?", {"Dandy's Shop", "Gardenview", "Dandy's Merchandise", "Dandy's World"}, 1) dandy:Add("What twisted that can possess machines?", {"Connie", "Looey", "Cosmo", "Rodger"}, 1) dandy:Add("What is dandy's real πŸ…½πŸ…°πŸ…ΌπŸ…΄?", {"Dandicus Dancifer", "Dandy", "Baldicus Baldifer", "Dandicus Dancifier"}, 2) dandy:Add("Where do we get research from instead of just encountering twisteds?", {"Capsules", "Twisteds", "Tapes", "Machines"}, 1) dandy:Add("Where do we get ichor instead of just picking up capsules?", {"Machines", "Capsules", "Tapes", "Encountering Twisteds"}, 2) local dandyMedium = CustomCategoryManager.New("Dandy's World", "medium") dandyMedium:Add("What is the most fastest twisted?", {"Bobette", "Toodles", "Shelly", "Pebble"}, 1) dandyMedium:Add("What twisted has the highest Attention Span?", {"Ginger", "Pebble", "Astro", "Dandy"}, 1) dandyMedium:Add("What toon that gains protection aura if its ability is used?", {"Bobette", "Connie", "Glisten", "ScrΓ’ps"}, 2) dandyMedium:Add("Who has boy gender?", {"Glisten", "Gigi", "Coal", "None of the above"}, 1) dandyMedium:Add("Who has girl gender?", {"Coal", "Cosmo", "Glisten", "Razzle & Dazzle"}, 1) dandyMedium:Add("What twisted that drinks ichor from machines?", {"Astro", "Finn", "Teagan", "Dandy"}, 1) dandyMedium:Add("What main toon was been released in first update of Dandy's World?", {"Shelly", "Sprout", "Gigi", "Vee"}, 1) dandyMedium:Add("Which item is rare?", {"Jawbreaker", "Medkit", "Protein Bar", "Chocolate"}, 1) local dandyHard = CustomCategoryManager.New("Dandy's World", "hard") dandyHard:Add("What is Astro's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Astro Novalite", "Astro Moonstar", "Astro Galaxy", "Astrology"}, 1) dandyHard:Add("What is Shelly's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Shelly Fossilian", "Shelly Fosillian", "Shelly Fossilant", "Shelly Fosillant"}, 1) dandyHard:Add("What is Vee's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Vee Version 1", "Vee Version 2", "Vee Version 3", "Vee Version 4"}, 1) dandyHard:Add("What is Sprout's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Sprout Seedly", "Seedly Sprout", "Sprout Baker", "Berry Sprout"}, 1) dandyHard:Add("What is Pebble's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Pebble Dancifer jr.", "Pebble Lucifer jr.", "Pebble The Rock", "Pebbles"}, 2) dandyHard:Add("What is Bassie's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Bassie The Basket", "Bassie The Flower Basket", "Bassie The Flower", "Bassie Basket"}, 1) dandyHard:Add("What is Bobette's full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Bobette The Bauble", "Bobette The Chistmas Ball", "Bobette Bobby", "Bobette Bauble"}, 2) dandyHard:Add("Which toon Shrimpo is not angry with?", {"Teagan", "Sprout", "Gigi", "Toodles"}, 1) dandyHard:Add("What toon that can only make Shrimpo being angry?", {"Sprout", "Teagan", "Goob", "Fein"}, 1) dandyHard:Add("What is Vee's toon handler full πŸ…½πŸ…°πŸ…œπŸ…”?", {"Veronica Hurly", "Veronica Hiley", "Veronica", "Veronica Dancifer"}, 2) dandyHard:Add("Who runs the Ichor Operation?", {"Dandy", "Astro", "Dandy's toon handler", "Vee"}, 1)