Mouse thinks theres interactable/clickable assets when there arent

So my game uses a lot of GUI and ive had this small issue for a while now. My mouse cursor is always the pointing finger like theres a button whenever im playing my game, and even when there isnt a gui covering the screen it still shows it. Does anyone know what properties or stuff could be causing this?

3 Likes

I’ve had this happen after being in studio for long periods.
Does it stop happening after you save, shut down studio, and then reopen studio? That works for me.

1 Like

No ive tested this by playing my game through roblox and it still does this for some reason.

1 Like
  1. Get someone else to test it out on their computer. It may be a glitch on yours only.
  2. You could try uninstalling and reinstalling Studio and Roblox Player to see if that helps.
  3. If that doesn’t help then I’d check your scripts to see if you change the cursor without changing it back somewhere.
1 Like

Could it be that the background you are using has the Active property set to true? This sets the cursor pointer when the cursor is hovering over it, even if there are other gui instances above it.

2 Likes