Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game State Variables
- local wordList = {
- "Buns",
- "Apple",
- "Cat",
- "Dog",
- "Elephant",
- "Fish",
- "Grape",
- "Hat",
- "Ink",
- "Jazz",
- "Kite",
- "Lemon",
- "Moon",
- "Nest",
- "Owl",
- "Pine",
- "Queen",
- "Rabbit",
- "Sun",
- "Tree",
- "Vase",
- "Water",
- "Yarn",
- "Zebra",
- "Ball",
- "Chair",
- "Dance",
- "Egg",
- "Shoot",
- "Deed"
- }
- local level2WordList = {
- "Bounce",
- "Cactus",
- "Dancer",
- "Frosty",
- "Ginger",
- "Hockey",
- "Island",
- "Jungle",
- "Knight",
- "Ladder",
- "Muffin",
- "Noodle",
- "Orange",
- "Paddle",
- "Quartz",
- "Nutella",
- "Backing",
- "Banking",
- "Barrier",
- "Accused",
- "Achieved",
- "Caution",
- "Forward",
- "Herself",
- "Illegal",
- "Inquiry",
- "Machine",
- "Gateway",
- "Gigabit",
- "Jointly"
- } -- Level 2 Words
- local level3WordList = {
- "Adventure",
- "Banana",
- "Curious",
- "Delight",
- "Eclipse",
- "Flamingo",
- "Guitar",
- "Happiness",
- "Impress",
- "Journey",
- "Kangaroo",
- "Lantern",
- "Memory",
- "Notebook",
- "Ocean",
- "Puzzle",
- "Quilt",
- "Raindrop",
- "Serenity",
- "Treasure",
- "Universe",
- "Victory",
- "Whisper",
- "Xylophone",
- "Yogurt",
- "Zucchini",
- "Backpack",
- "Cucumber",
- "Dandelion",
- "Elevator"
- }
- local level4WordList = {
- "Avalanche",
- "Blizzard",
- "Cryptic",
- "Dynamo",
- "Emerge",
- "Fusion",
- "Galaxy",
- "Harbor",
- "Intrigue",
- "Jubilee",
- "Kerosene",
- "Luminous",
- "Mosaic",
- "Nebulous",
- "Overture",
- "Pinnacle",
- "Quantum",
- "Renaissance",
- "Sapphire",
- "Turbulence",
- "Umbra",
- "Venture",
- "Whirlwind",
- "Xenon",
- "Yield",
- "Zephyr",
- "Boulder",
- "Circuit",
- "Dazzle",
- "Eclipse"
- }
- local level5WordList = {
- "Abstain",
- "Bequest",
- "Chronicle",
- "Disperse",
- "Enigma",
- "Fathom",
- "Gargoyle",
- "Hallowed",
- "Inception",
- "Jovial",
- "Kinetic",
- "Labyrinth",
- "Maverick",
- "Nimble",
- "Oscillate",
- "Paradigm",
- "Quagmire",
- "Resilient",
- "Sovereign",
- "Tapestry",
- "Unison",
- "Valor",
- "Wanderlust",
- "Xenophobia",
- "Yearn",
- "Zealot",
- "Barrage",
- "Catalyst",
- "Decipher",
- "Effigy"
- }
- local level6WordList = {
- "Amalgam",
- "Bastion",
- "Conundrum",
- "Diligent",
- "Exquisite",
- "Fervent",
- "Gesticulate",
- "Heresy",
- "Ineffable",
- "Jubilation",
- "Kaleidoscope",
- "Lavish",
- "Mirth",
- "Nefarious",
- "Omnipotent",
- "Prowess",
- "Quandary",
- "Rhetoric",
- "Sagacious",
- "Tenuous",
- "Ubiquitous",
- "Venomous",
- "Wistful",
- "Xenial",
- "Yankee",
- "Zephyrine",
- "Benevolent",
- "Clandestine",
- "Despotism",
- "Ebullient"
- }
- local level7WordList = {
- "Acrimonious",
- "Benefaction",
- "Catastrophic",
- "Disenfranchise",
- "Exacerbation",
- "Floriferous",
- "Gastronomical",
- "Heterogeneous",
- "Incandescent",
- "Jurisprudence",
- "Kaleidoscopic",
- "Lamentations",
- "Mathematical",
- "Necromancy",
- "Omnipresence",
- "Perseverance",
- "Quintessential",
- "Recalcitrance",
- "Serendipity",
- "Transcendental",
- "Unprecedented",
- "Vindication",
- "Whimsicality",
- "Xenodochial",
- "Yellowhammer",
- "Zealousness",
- "Bibliophile",
- "Choreography",
- "Diaphanous",
- "Efflorescence"
- }
- local level8WordList = {
- "Anticipation",
- "Belligerent",
- "Circumference",
- "Dedication",
- "Equivocation",
- "Fabrication",
- "Garrulousness",
- "Horticultural",
- "Incorrigible",
- "Jurisdiction",
- "Kinematograph",
- "Longevity",
- "Magnanimously",
- "Nomenclature",
- "Oscillography",
- "Paradoxically",
- "Quantitative",
- "Reciprocation",
- "Subterranean",
- "Temporality",
- "Unscrupulous",
- "Versatility",
- "Whippersnapper",
- "Xenobiotic",
- "Yeomanry",
- "Zymurgy",
- "Biodiversity",
- "Cosmological",
- "Diabolical",
- "Eccentricity"
- }
- local level9WordList = {
- "Abstentious",
- "Benevolence",
- "Cacophonous",
- "Dichotomous",
- "Epistemology",
- "Filibuster",
- "Gesticulation",
- "Hieroglyphics",
- "Irreconcilable",
- "Jurisprudential",
- "Kaleidoscopical",
- "Lepidopterist",
- "Metamorphosis",
- "Nefariousness",
- "Obstinacy",
- "Perennially",
- "Quixotic",
- "Rejuvenation",
- "Sycophantic",
- "Theological",
- "Unilateral",
- "Vexillology",
- "Whistleblower",
- "Xenophobic",
- "Yachtsmanship",
- "Zeitgeist",
- "Bibliothecary",
- "Chromatography",
- "Dermatological",
- "Electrification"
- }
- local level10WordList = {
- "Abolitionist",
- "Bureaucratic",
- "Conflagration",
- "Decentralize",
- "Exhilaration",
- "Futuristic",
- "Genuflection",
- "Hermeneutics",
- "Incorporation",
- "Juxtaposition",
- "Kymographic",
- "Linguistically",
- "Misanthropic",
- "Nondescript",
- "Onomatopoeia",
- "Parliamentary",
- "Quandary",
- "Renaissance",
- "Serendipitous",
- "Telepathically",
- "Unscrupulous",
- "Vestigial",
- "Whimsicalness",
- "Xerographic",
- "Yardstick",
- "Zooplankton",
- "Bibliomancy",
- "Cartographical",
- "Dichotomization",
- "Electrostatic"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement