Make Gui over everything

Ciao,
I have a custom mouse in my game, and whenever the player clicks the chat, it goes under the chat, making it not seeable.
Any way to keep the mouse over everything?
The mouse is a gui in PlayerGui, cause it is build from: (outline, color) since it’s changable.

Thank you all!

5 Likes

Can you provide screenshots of your problem and what you want to do?

4 Likes

Screenshot (1901)
Screenshot (1900)

In the 2 screenshots you can see that the mouse goes under the chat, which is what i do not want. I would like the mouse to always be up the chat.

4 Likes

Did you consider changing the roblox default mouse icon? I think that would be way easier and simpler to edit.

3 Likes

The problem is that the mouse is made of 2 images. So it is not possible to just change the mouse, as it only uses one.

3 Likes

Do you mean that there is a separate click image and a static image?

2 Likes

there are a outline image and a color image. Pratically the mouse you see is made of 2 images.

2 Likes

Why not just combine them into one image?

1 Like

cause the player can choose the color of them

1 Like

Ah alright I see, why don’t you try changing the ZIndex variable from the Gui of your mouse?

1 Like

still down sadly, it just made it a little laggier.

1 Like

What did you change the ZIndex value to?

1 Like

the highest value. sadly didn’t work.

You should do as Slac3r said and change the roblox default mouse icon. I have not seen your mouse color changing system but you could make it so there are set colors the player could set their mouse to (red, blue, green etc…) then just update the default mouse icon to that set image. You would have to make each image by hand though for this solution.

2 Likes

You cannot make your GUI override CoreGUI, one of solutions would be changing to default cursor whenever you hover over the chat.

2 Likes

I’ll do this then ,since i see there’s no solution.
Thanks to you all @absentdenik @Ardent_17 @Quwanterz @Slac3r

2 Likes

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