My bow system relies on Mouse.Hit to find the shot position, but for whatever reason, when I walk backwards while shooting, it fires behind me.
Standing still:
Walking backwards:
The direction system for the arrows only tries to go to the mouse position, I haven’t added anything that takes Humanoid.MoveDirection into consideration.
Got any ideas? Does anybody know how to use raycasting rather than Mouse.Hit?