I just realized I have been declaring variables with () while the instructor uses {}. This hasn’t been an issue until I used the parenthesis in a changeable bool. It gave me an error but when I changed it to the curly braces it worked.
I’m just curious about the difference between using () vs {} when declaring variables.