FantasyGamer

lol

Mar 21st, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. local i = Instance.new("Message", game.Workspace)
  2. -------------------------------------------------
  3. i.Text = "Crashing server in"
  4. wait(1)
  5. i.Text = "1"
  6. wait(1)
  7. i.Text = "2"
  8. wait(1)
  9. i.Text = "3"
  10. wait(1)
  11. i.Text = "4"
  12. wait(1)
  13. i.Text = "5"
  14. i:Destroy()
  15. wait(0)
  16. for i=1, 999999 do
  17. wait()
  18. local part = Instance.new("Part", game.Workspace)
  19. local part2 = Instance.new("WedgePart", game.Workspace)
  20. local part3 = Instance.new("TrussPart", game.Workspace)
  21. local part4 = Instance.new("CornerWedgePart", game.Workspace)
  22. local parts = part and part2 and part3
  23. parts.Name = "Crasher"
  24. local u =
  25. [[local plr = game.Players:GetChildren()
  26. for i=1,#plr do
  27. wait(1)
  28. part.Position = Vector3.new(game.Workspace[plr[i].Name].Torso.CFrame,game.Workspace[plr[i].Name].Torso.CFrame,game.Workspace[plr[i].Name].Torso.CFrame)
  29. end]]
  30.  
  31. end
Advertisement
Add Comment
Please, Sign In to add comment