Hello, I have tried creating a script that saves the place (creating new place and saving game during runtime to other place using just code)
What I tried so far: local newPlace = game:GetService("AssetService"):CreatePlaceInPlayerInventoryAsync(player, "Just an average test - Place name ok pl0x", game.PlaceId, "desc")
game:GetService("AssetService"):SavePlaceAsync()