[SOLVED] I can't use SmoothTerrain in my place

I’ve opened a place of mine and I wanted to use SmoothTerrain for the first time in that place.

Whenever I click on any of the Smooth Terrain button nothing happens…Instead I get the following error:

21:44:07.589 - IsSmooth is not a valid member of WedgePart
21:44:07.590 - Stack Begin
21:44:07.590 - Script 'Plugin_-1.Terrain Tools.TerrainBrushScript', Line 4
21:44:07.590 - Stack End

Do you have a WedgePart in the workspace called Terrain? (Although I would assume it would use the workspace.Terrain property first)

Nope.
Screenshot_2082

Does this happen if you create an empty baseplate and try to use the plugin?

It works perfectly in an empty baseplate.

Looking at the source now, and nope:
local Terrain = workspace:WaitForChild('Terrain', 86400) or workspace:WaitForChild('Terrain')

I don’t know if there’s actually a way to specify that you want a property rather than a child.

Can you try the following two things:

  • Using the terrain plugins with all installed user-made plugins disabled (you may have a plugin like Triangle Terrain creating “Terrain” in Workspace and then removing it shortly afterwards)
  • If it still happens with all plugins disabled, can you try deleting half your place, then half of that, and then half of that, etc until you find the part responsible?
1 Like

It was another plugin.

Thanks so much.

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