ReCAPTCHA for your game

An ReCAPTCHA Module for protecting your game.

Get the model from here:
https://create.roblox.com/store/asset/16226621851/Rbx-Cloud-Verify

Then insert it into your workspace and ungroup it

How to setup:

  1. Enable HTTP Service and Third Party Teleports in Game Settings>Security.
  2. Follow the instructions on the names of the “Ungroup…” folders
  3. Require the VerifyAPI to start the VerifyAPI (all players that are already in the game won’t need to verify, so run it at the start of your game)
  4. Only require the API in ONE SCRIPT

How does it work?
It will teleport a joining player to an experience, where they need to go to a website to then verify with an CAPTCHA. Once that’s done, they will be teleported back to your game.

I host the web server at vercel, the only data sending is an ID to identify the captcha

… What purpose does this serve?

  1. You are making the player go off-site which is against roblox TOS, and just makes the experience worse.

  2. There isn’t any bots like there used to spamming scams in ingame chat

  3. Roblox already has this built in when creating accounts? That is why all the bots who spam urls are usually stolen accounts, its easier to steal someones account then make a new one to do the captcha

The only third party links that you may include in an experience is “Discord”, “Facebook”, “Twitch”, “Twitter”, “YouTube”, “X”, “GitHub”, and “Guilded”. You may also include those links only after perfoming AllowedExternalLinkReferences check.

In short, whatever you are doing is just annoying for everyone and against TOS.