Longest Answer Wins | Autofarm

FEATURE:

  • AUTOFARM

SCRIPT:

function getfirstword(answer)
   local sentence = ""
   for i,v in answer:gmatch(".") do
       if i == "," then break end
       sentence = sentence .. i
   end
   return sentence
end

game:GetService("ReplicatedStorage").HintAnswer:GetPropertyChangedSignal("Value"):Connect(function(v)
   repeat task.wait() until game:GetService("ReplicatedStorage").HintAnswer.Value ~= '' and game:GetService("ReplicatedStorage").HintAnswer.Value ~= nil
   local answer = game:GetService("ReplicatedStorage").HintAnswer.Value
   local s = getfirstword(answer)
   task.wait(.8)
   game:GetService("ReplicatedStorage").SubmittedAnswer:FireServer(s, s:len())
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!