Advertisement
FireBlazer_Scripting

Part Spam

Mar 20th, 2017
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. print("Parts Active")
  2. script.Name = "MarineU1's Clones"
  3. while true do
  4. local part = Instance.new("Part")
  5. part.Parent = Workspace
  6. part.Name = "Cloning"
  7. local Cloning = game.Workspace.Cloning
  8. local clone = part:Clone()
  9. print(clone.Parent)
  10. --> nil
  11. wait(0.001)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement