Change player position when changing collection SOLVED

The player objects will be different so you need to manually move them over. You could save the positions in a Lua module that both versions share, or do it with message passing.