How do I get rid of call stack?

Every time an error stops my code, Roblox Studio automatically directs me to that line. A yellow arrow points at specified line which is causing the error. However, due to the mass amount of errors within my code, I am no longer able to test my experience properly. How do I turn it off?
Screen Shot 2022-04-27 at 2.36.17 PM


Set your “Debug Errors” to “Never” but please fix your errors, if you do not care about an error on a certain line and are confident your code will run after, use pcall