Coord Grabber

The Coordinate Grabber module provides a visual tool for developers to easily capture coordinates in-game. This utility displays a marker at the raycast position and allows copying coordinates in various formats.
Command
/coordGrab
Toggles the coordinate grabber tool on/off.
Usage:
Run
/coordGrab
to start the coordinate grabberRight-click to stop the coordinate grabber
Controls
When the coordinate grabber is active:
F
Copy Vec3 coordinates
vector3(x, y, z)
G
Copy Vec4 coordinates
vector4(x, y, z, w)
H
Copy Vec2 coordinates
vector2(x, y)
Right Mouse
Stop coordinate grabber
-
Features
Visual Marker: Displays a cyan marker at the raycast position
Real-time Updates: Coordinates update as you move your crosshair
Multiple Formats: Support for Vec2, Vec3, and Vec4 coordinate formats
Automatic Rounding: Coordinates are rounded to 2 decimal places for cleaner output
Basic Usage
-- Start coordinate grabber
-- Type in chat: /coordGrab
-- Move crosshair to desired location
-- Press F to copy Vec3 coordinates
-- Press G to copy Vec4 coordinates (includes heading)
-- Press H to copy Vec2 coordinates
-- Right-click or run /coordGrab again to stop
Last updated