Place the following corrupted image into the content folder:
Create a new script and write the following:
local AssetService = game:GetService("AssetService")
AssetService:CreateEditableImageAsync("rbxasset://corrupted.png")
Then play test and watch studio crash.
Expected behavior
Engine should raise an error, not crash.