Id like to change a cursors appearance when it hovers over a GUI, but i have not been able to yet.
As you can see i tried with switching images, Ive also tried to change the ID of the image (with no success either)
Please someone help or explain why as this is, because i cant find any posts
okay so first i think the gui element isn’t Active or other gui elements on top are blocking the mouse events or The cursor might be controlled by UserInputService.MouseIconEnabled which can override your images
So the MouseEnter and MouseLeave events not reliably changing properties such as cursor visibility is a known limitation in Roblox These events can be unreliable especially when the mouse moves quickly over GUI elements This unreliability can cause inconsistencies in UI behavior
Try what I said and see if they are enabled or not and if not I will try to help you with some solutions