-- Variables local player = Players.LocalPlayer local character = player.Character
-- Function to kill enemies local function killEnemies() for _, enemy in pairs(workspace.Enemies:GetChildren()) do if enemy.Character then -- Attack enemy character.HumanoidRootPart.CFrame = enemy.Character.HumanoidRootPart.CFrame wait(0.1) character.HumanoidRootPart.CFrame = enemy.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -5) end end end Shindo life script
-- Variables local player = Players.LocalPlayer -- Variables local player = Players
-- Function to draw ESP local function drawESP() for _, enemy in pairs(workspace.Enemies:GetChildren()) do if enemy.Character then -- Draw a box around the enemy local box = Instance.new("BoxHandleAdornment") box.Size = enemy.Character.HumanoidRootPart.Size * 2 box.Transparency = 0.5 box.Color = Color3.new(1, 0, 0) box.Parent = enemy.Character.HumanoidRootPart end end end Shindo life script
You're looking for a complete guide to Shindo Life scripts!