My question is simple, but I'm not being able to solve it.
What command should I override to be able to on a button have a "onmouseover"?
I have a GuiButton on a GuiPage and I want that when the mouses passes over it some texture in another place appears (for example).
For click you have to override OnClick, but what about for an on mouse over?
Anyone? I want to be able to also know the sender (like on OnClick).
What command should I override to be able to on a button have a "onmouseover"?
I have a GuiButton on a GuiPage and I want that when the mouses passes over it some texture in another place appears (for example).
For click you have to override OnClick, but what about for an on mouse over?
Anyone? I want to be able to also know the sender (like on OnClick).