Description

Use the script for Find The Squishies [73🔎] Roblox!! Unlock the feature of to Get All type of Squishies automatically.

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.