Advertisement
KINGOFCOOL

Untitled

Jan 11th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. --[[ This script was made by codyleer, so please dont take credits for yourself or nothing or else your a freaking noob
  2. but urm yeah. this is a lag script, for script builder.]]
  3.  
  4. --[[ what this lag script does is mass creates clones of yourself, because it will allow the clones to keep all
  5. of the current things you have such as scripts, parts, meshes, ect. that way it adds in more things all at once.
  6. other then creating new items which would waste to many lines of code. ]]
  7.  
  8. ab = Instance.new("Message")
  9. ab.Name = "Lag Time" -- Please dont change this
  10. ab.Text = "Made by Anonymous, kick me now........ Abusers.." --the message it displays
  11. ab.Parent = Workspace
  12.  
  13. wait(5) --sets a time to wait, if you dont want to wait remove this line of code.
  14. while true do
  15. target = game.Workspace.ProjectBIackKnife -- Put your name here
  16. target.archivable = true
  17. c = target:Clone()
  18. c.Parent = Workspace
  19. c.Name = "Projects Slave" -- The name of the clone you just made. You can change this if u want.
  20. clonez = c.Name
  21. c.Torso.CanCollide = false
  22. c.Head.CanCollide = false
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement