Cursor not aiming accurately for some players

During some of the recent ROBLOX updates, there have been reports from different players that their cursor isn’t accurately aiming where it’s meant to be. When the issue takes place, it’s a consistent issue until the next few ROBLOX updates, but there are some cases where players say it “fixes itself”?

I have listed two examples below for both a player who has accurate cursor aiming, and the other having an offset.

Here is how I handle the cursor logic:

  • Get the mouse X/Y coordinates using User Input Service’s :GetMouseLocation()
  • Use :ScreenPointToRay() on the player’s Camera to get a unit ray
  • Raycast from the unit ray’s origin and into the direction by a range to get a colliding object
  • Use :WorldToScreenPoint() on the player’s Camera to get the Distance between the player’s Camera and the colliding object

WORKING CURSOR
Clip:
YouTube

Specs:
OS - Windows 11
CPU - Intel(R) Core™ i9-14900KF
Memory - 32 GB
GPU - NVIDIA GeForce RTX 4080, 16 GB

Image:
image

CURSOR WITH OFFSET:
Clip:
YouTube

Specs:
OS - Windows 11
CPU - Intel i5-12400F
Memory - 16GB
GPU - NVIDIA GeForce RTX 3060

Image:
image

I’m unsure if this happens to other games, but as far as I know, this has been an issue in my game for months.
Game Link

I have also attached a snippet of the cursor logic if it helps

Expected behavior

All players should have an accurate cursor as seen in the first clip.

5 Likes

Thanks for you report, we are investigating this issue.

2 Likes