How to control bullet after shot?

  1. I have player
  2. Make shot(bullet) on GetMouseButtonDown
    3)Now after this im wanna change direction with another MouseClick/
    Any ideas?

Update the velocity when you want to.

Without even a single line of code it’s impossible to say more.