How do you check if a player’s mouse is onto of a textbutton?
Is there a easy way? Checking if the mouse is at a specific coordinate is kinda hard and not so nice.
Maybe there is a very simple way for checking if the mouse is not clicking on a button but ontop of it.
Textbuttons have an event called MouseEnter, which should do as you want, just sent it up as you want and when you hover your mouse over the Textbutton, will run the event
The fact that the OP’s wish was fulfilled, does not make you answer the post correctly, checking if the mouse is on a button is a one-time operation, meanwhile “detecting” checks automatically, please answer the post correctly next time.