How to find distance between mouse position and target player position

This must still work when the mouse is hovering in the sky, i have no clue on how to approach this any ideas/help?

Use raycast and magnitude. You don’t have to use raycast, but you can give it a range. When the mouse moves create a raycast from the target player to the end position.

1 Like

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