1 2 3 4 5 6 7 8 9 10 11
local find = GameLab.Find local res = {} local loadRes = function() end GameLab.onApplicationStart:Add(loadRes) return res