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.