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 any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal