Autocomplete crash

I’ve been trying to type the same command into the command bar three separate times, but each time it caused a crash. Oddly enough, the crashes were not triggered while typing text in the exact same spot. In the most recent crash, I had completed up to this:

but in the second crash, I had completed up to setting the weld’s parent. The full command I’ve been trying to type (same every time) is:

local model = game.Selection:Get()[1]; for _,v in pairs(model:GetChildren()) do if v:IsA("BasePart") and v ~= model.PrimaryPart then local weld = Instance.new("Weld"); weld.Part0 = model.PrimaryPart; weld.Part1 = v; weld.C0 = model.PrimaryPart.CFrame:toObjectSpace(v.CFrame); weld.Parent = model.PrimaryPart end end

Here are the crash logs for each crash (sort by date and group by timestamp):

CrashLogs.zip (8.62 MB)

2 Likes

Oddly enough, it seems to only happen about 40% of the time when I try it on a blank baseplate. Is this 100% consistent for you?

I believe this was already reported here. The issue has been ongoing for over a month, it impedes my workflow which involves using the command bar a lot.

Glad it was brought up again.