Trying to do something with CFrame.Angles, but I dunno how to get it from a mouse. This might be a little confusing.
guy=game.Players.hievery1 mouse=guy:GetMouse() mouse.KeyDown:connect(function(k) if k=="e" then local hit=mouse.Hit -- This is the part where I can't the find the angle of mouse.Hit end end)