I have a custom mouse icon I implemented for my game. Everything works great with it, but I want it to show up above CoreGui so the player can actually tell when they’re clicking CoreGui.
I can’t use UserInputService.MouseIcon since I want to set AnchorPoint, ImageColor, Size, and ScaleType as I change the Image based on user mouse context.
Anyone know of anything?