#Can't move a folder with 6 parts inside
8 messages · Page 1 of 1 (latest)
what's the difference between i and v?
i is index, v is value
local Parts = game.Workspace.folder
task.wait(3)
for i, v in pairs(Parts:GetChildren()) do
while true do
Parts.Position = Parts.Position + Vector3.new(1, 5, 9)
wait(1)
end
end
did this and it said "Argument 2 missing or nil"
so i need to assign the children of the folder or?
