Hide mouse in a plugin

  1. What do you want to achieve?
    I want to hide the user’s mouse when it hovers a frame in my plugin GUI.

  2. What is the issue?
    I can’t find a way to hide it.

  3. What solutions have you tried so far?
    I tried to change the mouse’s icon to a transparent image : didn’t work
    I tried MouseIconEnabled property of UserInputService : didn’t work.

Please helppp me

1 Like

send the code, we can’t help if you dont send

Also for the love of god, don’t beg

I don’t believe this is currently possible yet.

You could try Plugin:GetMouse to get the mouse and use Mouse.Icon to set the icon.

Please note that I haven’t tested this, so I’m not sure if it works.

Alternatively, you could move a frame to the mouse, but that would only work inside the game viewport.

1 Like

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