Reply To: 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 ?

Forum Archive 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 ? Reply To: 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 ?

#26702
Jonathan Gonzalez
Participant

    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.