Does game:GetService("Debris"):AddItem(workspace.Part, 10)
create a part and remove it after 10 seconds or get an already exisiting part and remove it after 10 seconds? I already searched this topic on scripting helpers and somebody said that it removes an already existing part while another guy said it created one then remove it.
I'm confused
No. it doesn't create a new part.
What game:GetService("Debris"):AddItem(workspace.Part, 10)
does is wait 10 seconds then deletes the part. Debris is for removing objects from the DataModel after the specific amount of time