How To Make Projectile Follow Mouse

You can write your topic however you want, but you need to answer these questions:

  1. I want to make a projectile be able to change direction when the player moves their mouse as in this video

  2. I have no clue on how to do this and I have looked all over youtube and the devforum for help but no help has been given.

  3. I have looked everywhere but I have found no help.

I am not asking you to right the script for me. I am asking you to help me figure out how to do it

You need to decide how the control will work more specifically. What I would do is save the direction vector when first firing, then compare the new direction as the mouse moves and use that to steer the projectile.

I’m not very sure that I understand you… should I give you the code for my fireball so that you can explain the direction vector?