Is it possible to change how the cursor looks when a player hovers over something? also, is it possible to do this in just one script and not have to repeat for everything I that it hovers on
Yes it is possible. And yes, it is possible to have it one script although it also could be badly optimized if you have a lot of buttons.
I don’t have to many buttons, so how would I do this?
Although this may not be the best way similar to playing sounds when hovering over guis or some sort of animation. You would loop through every button within Starter Gui and when it’s hovered change the mouse cursor. Do you need an example?