IsSmooth Issue With Team Create

I’ll keep it short and simple.

When Team Create is turned on, any terrain regions that I have automatically switch IsSmooth to false, and back to true when I turn off Team Create. I have a demo file uploaded here: IsSmooth false test - Roblox

Try doing it in these steps:

  1. Publish the game
  2. Run the code in the script in ServerScriptService in the command bar to generate a new terrain region.
  3. Check to see if it’s IsSmooth before continuing.
  4. Turn on Team Create
  5. Same as step 3, only this time expect it to be false.

Do not check the “Terrain” object for IsSmooth. Check the Terrain Region object named “Test Region”

Let me know if you guys get the same results as myself. :stuck_out_tongue:

I had this same issue. It has to do with the fact that TerrainRegions don’t replicate. I’ll see what the status is on it!

EDIT: Looks like it should be fixed in a future update, so hang tight.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.