Mouse Icon is colored in game

Hey, greetings. I wanted to make a custom mouse icon for one of my projects. The first time I did it, it worked and I saw my custom mouse. I actually have a video that I sent to a friend while testing it in Studio (video).

After a few days I visited my project, this time instead of my normal mouse I saw the one you usually see when you play games on Roblox. During this whole time I did not publish the game and tested it outside the Studio. I published it, but now I see my mouse icon, but it’s colored? Instead of the normal white color, the mouse is painted red.

Video of the mouse now (scaled to now show my project):

Any ideas on how this might be happening and how to fix it?

1 Like

Did you implement the custom mouse by changing Player:GetMouse().Icon or is it within a GUI? If it’s the second option, did you set UserInputService.MouseIconEnabled to false?

I changed the Player:GetMouse().Icon to the mouse texture. Should I try the second option by making it in a GUI?

Maybe try that with a GUI ImageLabel.

1 Like

Yeah, just tried it and it worked.

1 Like

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