Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i detect which direction my mouse is pointing at?

Asked by 5 years ago

I am making a GUI baased game and for a part of it i need to detect how i detect what angle the mouse is pointing at. How do i do this?

0
You can get the position of the mouse with: mouse.Hit.Position, where mouse is the local player's mouse though do you need the position of the mouse or the angle of the mouse from the player? SerpentineKing 3885 — 5y
0
mouse.LookVector User#23252 26 — 5y

Answer this question