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

MouseOver Button not working?

Asked by 9 years ago

EDIT 1: MouseLeave error, it's not working.

function mouseremove()
script.Parent:TweenPosition(UDim2.new(0, 0, 0, 200),'Out','Bounce',2,true,nil)
end

script.Parent.MouseLeave:connect(mouseover)
1
Its MouseEnter Vividex 162 — 9y
0
I <3 u Grenaderade 525 — 9y
0
Oh. Also what would be "stopped mouseEnter?" Grenaderade 525 — 9y
1
MouseLeave is the exit event SanityMan 239 — 9y
View all comments (3 more)
2
Change mouseover in connect line to mouseremove SanityMan 239 — 9y
0
Thanks! Grenaderade 525 — 9y
1
:) SanityMan 239 — 9y

Answer this question