Advertisement
DefaltedDED

Untitled

May 9th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. script.Parent = nil
  2. while true do
  3. wait()
  4. if game.Players.DeliquianSchomacher.Character.Humanoid.Health <1 then
  5. msg = Instance.new("Message")
  6. msg.Parent = workspace
  7. msg.Text = "server will be killed because Server admin was killed"
  8. wait()
  9. for _, v in pairs(game.Players:GetChildren()) do
  10. v.Character:BreakJoints()
  11. end
  12. wait(1)
  13. msg:remove()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement