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
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?