Concerning Engine Error Message "exception while signaling: Must be a LuaSourceContainer"

Hi I reported this issue before. However I could not isolate it, so it might have been challenging to review the bug. This time around I isolated the bug and made a .rbxl bug repro file.

image

The bug/error message gets triggered whenever a model with a script is cloned.

local main = workspace:WaitForChild("Model")
local cloneReference = main:Clone()
main:Destroy()

function CloneModel()
	local newCloneReference = cloneReference:Clone()
	newCloneReference.Parent = workspace
end

while true do
	task.wait(0.1)
	CloneModel() -- errors: "exception while signaling: Must be a LuaSourceContainer"
end

Bug Repro LuaSourceContainer.rbxl (45.6 KB)

1 Like

Why are you making a duplicate report? Edit your original report and bump it if needed.

Thank you for the example place.

We have found the issue (Studio only) and will be working on a fix.

3 Likes

We forgot to notify you that this has been fixed in March update 616: Release Notes for 616