Make GUI over CoreGui?

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:
image_2024-10-10_212039803

The original cursor image (notice it’s brighter):
image_2024-10-10_212050936

1 Like

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.

1 Like

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!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.