What I learned
I learned how to disable and enable components by using script. In my video, it is set up so everytime I click the space bar it enables or disables the light depending on what it’s currently at. Mainly how you can use myLight(name set for component Light) then .enable = false;. So enabled is false, or always disabled. You could make this the other way around, however you like.