Give this entire block to an AI (like Manus or ChatGPT) along with your API Key to instantly add Pet Finder to your script.
Copy for AI
# Pet Finder Integration Guide for AI
Target Game: Grow a Garden 2 (placeId: 97598239454123)
Endpoint: https://pet-finder.xyz/report
Method: POST
Auth Header: X-Scanner-Key: [YOUR_KEY]
Schema:
{
"jobId": string,
"placeId": number,
"players": number,
"maxPlayers": number,
"pets": [ { "n": name, "s": size, "m": mutation, "r": rarity } ]
}
Task:
Write a Luau script that scans workspace.Map.WildPetRef for unclaimed pets (OwnerUserId is nil/0). Only report pets that are Big/Huge, Rainbow, or Legendary+. Use task.spawn for the HTTP request to avoid blocking.