Hey, I’m making a game that has an image for a cursor, I want this image to be over all CoreGui. (apart from the main roblox menu, of course)
What’s happening:
The original cursor image (notice it’s brighter):
Hey, I’m making a game that has an image for a cursor, I want this image to be over all CoreGui. (apart from the main roblox menu, of course)
What’s happening:
The original cursor image (notice it’s brighter):
Hello,
Unfortunately, it’s not possible to place images on top of CoreGuis. The closest you can get is by setting the mouse icon using the following code:
game:GetService("UserInputService").MouseIcon = idOfImageHere
However, beyond this, there aren’t any methods available to achieve exactly what you’re asking for.
That’s kind of a bummer. I’ll have to live with what I’ve got, because using what you’ve described makes the image too large.
Thanks for having the time to reply though!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.