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)