I want to make it so that when you equip a tool (when you have it in your hand), the cursor remains unchanged
Currently, roblox automatically changes the cursor icon as you can see in the video
I was thinking about firing a remote event every time a tool is equipped and unequipped and in the local script change the icon back to the original one, but I hope there is an easier solution for this
I’m not able to open Roblox Studio and check myself, but is there a property related to this on the tool?
run this when the tool is equipped
UserInputService.MouseIcon = "rbxasset://textures/Cursors/KeyboardMouse/ArrowCursor.png"