How do i make body velocity change direction

  1. **What do you want to achieve?**i want the bullet that the player shot change direction and hit the target

  2. here is an example
    dsadas

  3. What solutions have you tried so far? I tried using tween but it didn’t work

Try to make it physics-based instead. I would suggest to add a force to counteract gravity and thrust to propel the projectile towards the target. That way you can make it start at the firearm barrel and chase the target.