Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Parts Active")
- script.Name = "MarineU1's Clones"
- while true do
- local part = Instance.new("Part")
- part.Parent = Workspace
- part.Name = "Cloning"
- local Cloning = game.Workspace.Cloning
- local clone = part:Clone()
- print(clone.Parent)
- --> nil
- wait(0.001)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement