How To Get Default ROBLOX Mouse Icon on ClickDetectors?

Hello all,

As part of this large-scale Connect 4 game I am making, I’m having users click a certain block to choose which column to put their chip in. As I polish this, instead of having the slightly visible outlines, I’m going to have a halfway transparent render of the chip appear above the column when the player’s mouse hovers over it, but with that I would also like to make the default icon for a ClickDetector just be what the player’s mouse cursor would normally be. Anyone know how I can do this? I know it seems simple but I can’t find a topic on this anywhere.

4 Likes

Just use this image for the Click detector.
ArrowCursor
ArrowFarCursor

1 Like

You can also find these images in your roblox folder AppData\Local\Roblox\Versions\version-21bedf9513a74867\content\textures\Cursors\KeyboardMouse

Change CursorIcon property to whatever u want, it will make the default cursor stay.

2 Likes

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