.Open doesn't work
spacevx opened this issue · comments
Space V commented
Hey i try to detect when a player open a menu, so i did
myMenu.Open = function()
print("open")
end
The print never going to be executed.
But, if i try to detect when a player close a menu it's working
myMenu.Closed = function()
print("close")
end