rozod
    Preparing search index...

    Function setHandleGenericChallenge

    • Param

      Allows you to set the function that will be used to handle Roblox generic challenges, i.e. captchas, two-step verification. fn The function to use.

      Parameters

      • fn:
            | undefined
            | (
                (
                    challenge: ParsedChallenge,
                ) => undefined | ParsedChallenge | Promise<undefined | ParsedChallenge>
            )

      Returns void