Criminality ESP SCRIPT

Created by haboi

Features:

  • ESP
game.Players.LocalPlayer.MaximumSimulationRadius = math.huge

for i,k in pairs(game:GetService("Workspace").Filter.SpawnedPiles:GetDescendants()) do
    if k.Name == "S1" then
        Esp = Instance.new("BoxHandleAdornment")
        Esp.Parent = k.MeshPart
        Esp.Adornee = k.MeshPart
        Esp.Size = k.MeshPart.Size
        Esp.ZIndex = 1
        Esp.AlwaysOnTop = true
    elseif k.Name == "S2" then
        Esp = Instance.new("BoxHandleAdornment")
        Esp.Parent = k.MeshPart
        Esp.Adornee = k.MeshPart
        Esp.Size = k.MeshPart.Size
        Esp.ZIndex = 1
        Esp.AlwaysOnTop = true
        Esp.Color3 = Color3.new(100, 0, 0)
    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!