From venuslock, 3 Months ago, written in Plain Text.
Embed
  1. getgenv().instakill = true
  2.  
  3. while instakill do task.wait()
  4. for i,v in pairs(game:GetService("Workspace").Live:GetChildren()) do
  5. if v.Name ~= game.Players.LocalPlayer.Name and isnetworkowner(v.PrimaryPart) then
  6. v.Humanoid.Health = 0
  7. v.Head:Destroy()
  8. end
  9. end
  10. end