ImBaphomettt / RageUI

Minimal version of the new RageUI, Most powerful, More easy to use. Just, RageUI (Work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Open doesn't work

spacevx opened this issue · comments

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