Hey all,
I just went through this lesson and added in the pattern that Ben suggested that we add in to protect against errors from pointers (ex: if (!PressurePlate) { return; } ) and found that for every component that I did this, my code stopped working… It doesn’t crash, it just acts as if it does not exist… Should the code still be working?
Any suggestions?
Thanks for your help!