Advertisement
SonicrixLP

Untitled

Jun 29th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for _,c in pairs(game.Players:GetChildren()) do
  2. if c.Character ~= nil and c.Character:findFirstChild("Humanoid") ~= nil then
  3. c.Character:findFirstChild("Humanoid").Health = 0
  4. end
  5. end
  6.  
  7.  
  8. ------------------------------------
  9. game.Workspace:BreakJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement