so i am trying to make a fireball system, but i am not sure what force to use, is there a best thing that is suited for this?
is there any script you have or are you asking for advice im confused
Don’t use force to move it, use velocity. You can then apply a force to counteract gravity so it floats within the game environment.
Use a local script to detect the mouse position, and then fire an event. Make a server script detect the event and send the projectile to the position.