MouseEnter & MouseLeave events not working with fast mouse movement

What are you trying to achieve? I want to fix this bug so I don’t encounter this issue.

What is the problem? The problem is that when I quickly move the mouse pointer over slots, the slot I hover over resets. I will attach a video below to illustrate the problem.

What solutions have you tried so far? I have searched for a solution and found this solution, but it didn’t help me.

Can you provide a portion or the entire script? Because it’s not clear how you did it just like that.

I already solved the problem, I just forgot that I had other events that were interfering with normal operation.

I use UserInputService.InputBegan and InputEnded and it works fine!