I am trying to make a pet hatching module script and when I put in this: local chosenPet = rarityTable[math.random(1,#rarityTable)]. It said : ServerScriptService.PetMod:49: invalid argument #2 to 'random' (interval is empty). I can't figure out the problem.