Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

help with OnMouseLeave?

Asked by 8 years ago
function OnMouseEnter ()
    script.Parent.Visible = false
    script.Parent.Parent.jj.Visible = true
end
function OnMouseLeave ()
    script.Parent.Visible = true
    script.Parent.Parent.jj.Visible = false
end
script.Parent.MouseEnter:connect(OnMouseEnter)
script.Parent.MouseLeave:connect(OnMouseLeave)

0
So what is the problem? Is it not working all together, erroring etc. Please explain a bit more minikitkat 687 — 8y

Answer this question