Script creates a part without a root?

So I was working on some virus simulation that simulates how viruses spread to cells, when I came across a warning in the output that was quite strange.

image

I am not able to make bug report topics, as I am a member, but I still wanted to report this bug, so I’ll just make a scripting support topic, here is the script.

Server script inside of a part:

local target = workspace.Cell
local clonedVirus

script.Parent.Position = target.Position
for i = 1,5 do
	clonedVirus = script.Parent:Clone()
	clonedVirus.Parent = workspace
end
target:Destroy()

Here is the game where you can experience the bug:

https://www.roblox.com/games/7626804713/bugged-part-game

Video on how the bug happened:

1 Like

Message @Bug-Support and follow the guidelines to report a bug as a member.

1 Like

Where are the guidelines?

(char limit)

1 Like

Use these rules when contacting @Bug-Support.

1 Like

What would happen if I don’t abide by the guidelines? I’m just wondering.

1 Like

They won’t be able to fix the bug? They will probably just message you again after too, telling you to follow the rules.

1 Like