Every time I move my mouse in the main scene it causes the error, why am I getting this?
Thanks for any help!
EDIT 8/10/21:
I found out that scaling a ParallaxBackground to 0 was causing the issue so I had to use get_node("ParallaxBackground/ParallaxLayer").hide()
instead of get_node("ParallaxBackground").scale = 0