Im having a hard time figuring out how to get my turret barrels to KEEP rotating while im holding down the Fire1 key. They just rotate once everytime i click, any hints ?

  • Jonathan Gonzalez(jgonzalez) replied

    Are you using GetButton or GetButtonDown? GetButton is used when you want to hold down an input, GetButtonDown is used for single click inputs (like single fire). Depending on how it's used, sometimes when you use GetButton you may also need to use GetButtonUp, but for this lesson it shouldn't be needed. 

  • edward mitchell(edwardlee123543) replied

    using GetButton worked thanks (: