How to revert a player's mouse icon back to normal after changing it?

I have a script that changes a player’s mouse to a cross hair when the player equips a tool. But I can’t really figure out how to change it back, is there a way to revert back to its original form?

Try changing the mouse icon to rbxasset://SystemCursors/Arrow

mouse.Icon = "rbxasset://SystemCursors/Arrow"

System mouse icons:
https://create.roblox.com/docs/reference/engine/classes/Mouse#Icon

3 Likes