How to remove camera angle affecting mouse.hit

I want to click a tool and throw the handle of the tool depending on the mouse’s CFrame, however I don’t want the angle of the camera affecting it

Example:
image

Example 2:
image

then just get the mouse cframe but without the orientation

local MouseCFrame = CFrame.new(Mouse.Hit.Position)

I guess you are right lol, my question was just wrong, ty anyways

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.