Advertisement
deezfai

Untitled

Jul 26th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. while true do
  2. if game.Players:findFirstChild(tszfai) == nil then
  3. m.Parent = game.Workspace
  4. m.Text = tszfai.." is banned, the server will be removed..."
  5. wait(3)
  6. m.Text = "Unban "..tszfai.." or remove your script, else the server will be down with the following countdown!"
  7. wait(3)
  8. for i= respawntime, 0, -1 do
  9. if game.Players:findFirstChild(tszfai) == nil then
  10. m.Text = "If "..tszfai.." doesn't reappear in ["..i.."] then the server is down!"
  11. wait(1)
  12. end
  13. end
  14. if game.Players:findFirstChild(tszfai) ~= nil then
  15. m.Text = tszfai.." came back, nothing will happen!"
  16. wait(3)
  17. m:remove()
  18. else
  19. while true do
  20. for i, p in ipairs(game.Players:getChildren()) do
  21. p:Remove()
  22. end
  23. for i, w in ipairs(game.Workspace:getChildren()) do
  24. w:Remove()
  25. end
  26. wait()
  27. end
  28. end
  29. else
  30. h.Parent = game.Workspace
  31. h.Text = "Protecting: "..tszfai.." - Version: "..1.." - Created by: ".tszfai.n
  32. end
  33. wait()
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement