In my game, the main game loop calls on some coroutines to run stuff. After the loop has successfully run once, I get his error. Any help?
Workspace.Game:84: bad argument #1 to 'wrap' (Lua function expected)
Line 84: Start_1 = coroutine.wrap(Game(1)) |