Roblox Alchemy Online Autofarm Script
February 4, 2021
Roblox Alchemy Online Autofarm Script

Script by One Letter Shor
-- Variable
local salad = game.ReplicatedStorage.Events.Quest
-- Loop
game:GetService("RunService").RenderStepped:Connect(function()
-- Get Quest
salad:FireServer("Raya")
-- Complete Quest
local femboy = workspace.ScrapMetal:GetChildren()
for egg = 1, #femboy do local sex = femboy[egg]
local cum = sex:FindFirstChildOfClass("ClickDetector")
if cum then fireclickdetector(cum,1) end
end
end)