THE RAKE ESP

MADE BY darkhalo#2022

FEATURE:

  • ESP

SCRIPT:

while wait(1) do
    if workspace:FindFirstChild("Rake") then
        if not workspace.Rake:FindFirstChild("Highlight") then
            local rakeEsp = Instance.new("Highlight")
            rakeEsp.Parent = workspace.Rake
            rakeEsp.FillTransparency = 1
    end
end

while wait(1) do
    if workspace:FindFirstChild("Rake") then
        local rakeEsp = workspace.Rake.Highlight
        local distance = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - workspace.Rake.HumanoidRootPart.Position).Magnitude
        if distance < 40 then
            rakeEsp.OutlineColor = Color3.new(255, 0, 0)
        else
            rakeEsp.OutlineColor = Color3.new(0, 251, 255)
        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!