I want to be able to add a mouse select image, I know you can make just the mouse image but when you select something it goes back to normal is there any possible way you could make an image for that too?
as you can see from here i want to use the right image as an example
It is possible, the mouse does have a property that allows you to change the cursor icon, you can pair the function mouse.hit with it to determine what the cursor is hovering over.
What you need to do would depend on what you need this for, do you need it for:
- Gui
- ClickDetectors or DragDetectors
- ProximityPrompts