Local Volume Challenge
So after about 30 mins of trial and error, reading documentation, and watching youtube videos, I finally got the local volume to work. A frustrating problem that took most of my time was figuring out why my local volume wasn't working. I set up the volume with its boundaries, trigger collider, volume profile, and overrides but it wasn't working. The problem was that I set the priority to zero, which is also the same priority as the global volume. I set the local volume priority to one and the issue was fixed. It was rendering nicely and as expected. The lesson is that the local volume should have a higher priority over the global volume, at least in my case. I hope this helps anyone that may have ran into that issue.