Hello!
I’m fairly new to programming, and decided to make a 1st person game, so I took 1st person template (what a surprise), but as my game isn’t a FPS game, (and I certainly don’t want blue hands), I thought I’d disable it, which I did, but I have been unable to get rid of t he spawning projectile. trying to make any part of the script a comment, and frame everything inside an if “neverEver”, which was a bool I declared, which in the code I made 0, and right after it have an “if(neverEver == 1) {code}” (I want to preserver it to drive knowledge from later down them line) it causes errors come up, which means something is dependant on projectiles spawning? And if so, what is your guide how to disable it?