Custom Click Cursor/Far Cursor

How would I make it so when you hover over something like a gui with a custom cursor it doesn’t become the new one? I want to use the old cursor, the far cursor works fine but the old click one doesn’t, I can’t change it and it stays as the new one when you try to click something and stuff.

Programming is not my expertise; however, I may be able to help!

I’m a little confused by what your asking,
Is it that you want to change the pointer cursor? The one which looks like a hand?

As in roblox studio, its a lot more difficult to change the pointer than the normal icon

However, I went looking around and found this model, by AlanDev09, or just search CustomCursorPlus and it should come up!

Hope that was what you were looking for

script.Parent.MouseEnter:Connect(function()
-- ur stuff here
end)

I may be wrong with the name of event