Advertisement
Leachy01

Untitled

Feb 11th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while true do
  2. model = game.Workspace.Script:clone() --change model name to the brick,part,or model or whatever it is.
  3. model.Parent = game.Workspace
  4. wait(0.1) --how long it takes to clone said part,model
  5. end
  6. while true do
  7. h.name.parent "lol"
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement