Hello! i am making game where you start at lobby (starting place like in Doors) then ull be teleported to main game. But after winning in main game - player gets money so how to save data between 2 places (lobby and main game)
WARNING: i am using profile service so please help me or just tell me if it has same profiles inside the game between places
There is a difference between saving data between places and universes. You need third party API for universes, but for different places, you can retrieve the data just the same. I’m sure this has been asked before, why not search your issue?
I’m not very familiar with that module, but if it doesn’t have special checks in place for the same place ID, then yes, it should work fine. It’s always good to test it yourself