How do I make the cursor how it normally works when you equip a tool?

Whenever you equip a tool it changes the mouse icon and you won’t be able to click stuff.

image

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

Mouse.Icon reference

Mouse | Documentation - Roblox Creator Hub

and as for clicking stuff you can make your own logic using mouse.Target and such.

Mouse.Target reference

Mouse | Documentation - Roblox Creator Hub

1 Like