How to make a fire ball go to mouse position?

Hi so I am making a fireball and got stuck on something.
I don’t know how to make the fireball actually go to my mouses position and couldn’t find anything that would work anywhere.

If anyone could help me on this that would be great.

Try this.

https://developer.roblox.com/en-us/api-reference/function/Player/GetMouse

Mouse Target Position or hit for this probably
https://developer.roblox.com/en-us/api-reference/class/Mouse

So I have the mouse and do you happen to know how I could implement this into bodyvelocity or the tween serivce?

Is the fireball a 3D object in workspace? If so, you can set Mouse.TargetFilter to the object.