Incomplete statement: expected assignment or a function call

I’ve just encountered this same error on a print statement…

print("Making interactable: " .. part:GetFullName())

part exists at the time of reference, since it can output the full path of the part.

I have only been able to get this to popup once, but I have been getting other frequent odd behavior with Instance.new("ProximityPrompt") creating duplicate instances.

Related post

Did you ever arrive at a solution for this?