GUI = script.Parent.BottomRightControl
Button = script.Parent.AnimationsLabel
Open = false
Button.MouseButton1Down:connect(function(open)
if Open == false then
Button.Image = "rbxassetid://628303257"
GUI.Visible = true
Open = true
elseif Open == true then
Button.Image = "rbxassetid://628303569"
GUI.Visible = false
Open = false
end
end)
it's in a local script and it won't work, can someone help me please
papioooooo |