Whenever you equip a tool it changes the mouse icon and you won’t be able to click stuff.
Is there any way I can prevent that from happening?
Whenever you equip a tool it changes the mouse icon and you won’t be able to click stuff.
Is there any way I can prevent that from happening?
tool.Equipped:Connect(function()
mouse.Icon = "Id_Here"
end)
did you try this? and some images may not work as a cursor
and as for clicking stuff you can make your own logic using mouse.Target and such.