Can anyone fix this error?

function ClearMenu()

--Menu = {}

Menu.GUI = {}

Menu.buttonCount = 0

Menu.selection = 0

end

function MenuCallFunction(fnc, arg)

_G[fnc](arg)<----line 192 

end

gui.lua (6.0 KB)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.