Lasers don’t destroy enemy ships

When space is pressed to shoot the lasers, the lasers are making some enemy ships disappear, but most do not disappear.

Link to the editor

Hi @JONAH_JORDAN_Student and welcome!

Line 19 of your Trigger.js script is not correct.

To disable an entity the line should look like below.

this.entity.enabled = false;

I changed line 19 to be correct but I don’t think it fixed it.