Terrain Modification in Scripts?

Hello,

I am wondering – is it possible to change things like the Z value or “height” of a terrain when a player clicks a button? For example, similar to Sim City when you are creating your own terrain… you can press a button and click and it will raise the terrain a little bit.

How would one go about doing this?

Thanks,
-CameronB

See the docs about Terrain and TerrainData. In particular GetHeights and SetHeights.

–Eric