Creatures of Sonaria | AUTO COLLECT WISP

MADE BY Clowny Delta#1031

FEATURE:

  • AUTO COLLECT WISP
    • Recommended that you fly around and let the map load in before executing for the most wisps collected
-- Set to false to stop the farm

getgenv().DroppedWisps = true

-- Steal them eggs

task.spawn(function()
    while getgenv().DroppedWisps == true do
        task.wait(0.5)
        for i,v in pairs(workspace.DroppedWisps:GetDescendants()) do
    if v:IsA("TouchTransmitter") then
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
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!