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

How to change a mouse opacity?

Asked by 7 years ago

How to change mouse opacity or just not have mouse ?

1 answer

Log in to vote
1
Answered by
Tkdriverx 514 Moderation Voter
7 years ago
Edited 7 years ago

You can't change the opacity without creating a new cursor icon, and using that.

Removing the cursor is possible using a LocalScript with this:

game:service("UserInputService").MouseIconEnabled = false

The cursor/mouse will still function normally but without an icon.

Ad

Answer this question