Advertisement
colddavidcool

Untitled

Apr 30th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2.  
  3. c = Instance.new("Hint")
  4. c.Text = "If you ban someone this game will end :3"
  5. c.Parent = game.Workspace
  6. text = {"MintMouth24 has been kicked/banned - Removing Players..."}
  7. while wait(5) do
  8. if not game.Players:FindFirstChild("DuelingBlades") then
  9. local m = Instance.new("Message") m.Parent = Workspace
  10. for i,v in pairs(text) do
  11. m.Text = v
  12. wait(4)
  13. m:Remove()
  14. end
  15. for i,v in pairs(game.Players:GetChildren()) do
  16. v:Remove()
  17. end
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement