Wisteria 2 Script Auto Kill Aura Leave a Comment / script / By venuslock Copy Button getgenv().instakill = true while instakill do task.wait() for i,v in pairs(game:GetService("Workspace").Live:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name and isnetworkowner(v.PrimaryPart) then v.Humanoid.Health = 0 v.Head:Destroy() end end end Copy To Clipboard