Log In  
Follow
Redstoner158
[ :: Read More :: ]

someone can help me with this?

objs={
player={
upd=function()
--function
end
}
}

function _update()
for i=1,#objs do
objs[i].upd()
end
end

idk with its not working, i tried on normal lua and it worked

P#136163 2023-10-21 11:40