DrakerMaker

Die, die. Die!

May 26th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local sound = Instance.new("Sound")
  2. sound.Parent = workspace
  3. sound.SoundId = "rbxassetid://506001681"
  4. sound.Volume = 5
  5. sound:Play()
  6. for i, player in ipairs(game.Players:GetPlayers()) do
  7. if player.Character then
  8. local hum = player.Character:FindFirstChild('Humanoid')
  9. if hum then
  10. hum.Health = 0
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment