Posted 30 September 2012 - 05:40 AM
Well I can't access my code but I would like to know what can cause an error like in the title, because I'm getting it on one of my programs.
local function example()
example()
end
local function example()
--insert code here
end
while true do
example()
end