Description

This is one of the best script for Find The Squishies [73🔎] Roblox!! Now you can auto farm all Squishies to win the game.

Features

  • + Auto Get All Squishies

Script

local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local root = character:WaitForChild("HumanoidRootPart")
local targetFolder = workspace:WaitForChild("ToFind")

for _, v in ipairs(targetFolder:GetDescendants()) do
    if v:IsA("TouchTransmitter") then
        local part = v.Parent
        if part and part:IsA("BasePart") then
            firetouchinterest(root, part, 0)
            task.wait(0.1)
            firetouchinterest(root, part, 1)
            task.wait(0.1)
        end
    end
end
        

Comments (0)

Log in to add a comment.

error: Content is protected !!