Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to change the mouse transparency?

Asked by 2 years ago

Can I change the default mouse icons transparency?

0
btw i want to make it disappear xbendaiialt 44 — 2y

1 answer

Log in to vote
1
Answered by 2 years ago

as far as I know, you cannot change the mouse icon transparency

instead you can change whether the mouse icon is visible or not via the UserInputService MouseIconEnabled boolean

this code snippet hide's the mouse's icon

local UserInputService = game:GetService('UserInputService')

UserInputService.MouseIconEnabled = false
1
life saver bro xbendaiialt 44 — 2y
Ad

Answer this question