I was trying to get terrain from one place and copy it over to a place with team create mode. I called the Terrain::CopyRegion method and parented it into Lighting with this line of code:
The new object was created successfully, but merely copying and pasting the TerrainRegion into the game with team create enabled causes the entire place to crash. To mitigate this situation, we had to disable team create, insert the object, copy the terrain over using Terrain::PasteRegion, and then enable team create. Little that we know that enabling team create with the TerrainRegion object in the game would cause the entire team create to crash and lock us out of editing the game.
Note to admins: This is the place in question. MOVED - Roblox
Two requests to the admins:
Please clear the game and disable team create so that we can upload the latest version once again. We have favorites, visits, and whatnot on this game so I’d rather not throw this game instance away entirely.
Feel free to dissect the linked game (prior to clearing the game to an empty map) to decipher the bug!
Pinging @Polymorphic so that he can state his consent to the admins to follow up on the two requests (as he owns the place we are collaborating on).
Similarly, I’ve ran into a locking issue with one of my games. Here’s what I get when attempting to join:
I noticed that there’s an empty place existing in studio view mode, but on the website the place I’m trying to access to is right there.
Dead Night: Game Server is the place I’m trying to get into
We’re looking into this issue. I can verify it’s the TerrainRegion causing problems. We had a fix for a similar problem, but it seems to not resolve this.
Hey Everyone,
This issue should now be fixed, and you should be able to access Team Create places which have TerrainRegions in them. Thank you all for your patience.