Mouse:IsInside(Number x, Number y, Number width, Number height, Boolean return)
Determines if the mouse location is inside a rectangle.
Number x - an X coordinate on the screen.
Number y - a Y coordinate on the screen.
Number width - width of the rectangle starting from X location.
Number height - height of the rectangle starting from Y location.
Boolean return - will contain value whether mouse location is inside the specified rectangle coordinates.