Can somebody help me with this mousenter, and leave question? So here it is, how do you make a script where if you put your cursor onto a GUI Button, it will make a frame visible?? Like Mousenter, and visible = true.
function hai() --make me visible end function bai() --make me invisible end script.Parent.MouseEnter:connect(hai) script.Parent.MouseLeave:connect(bai)
Additional information MouseEnter MouseLeave