How to disable terrain?

Hi,
I have a game with terrain elements and I need to know how to hide them by code. Can someone help?

Come on, this is a very short question (the shortest topic I’ve ever posted), is this problem that hard to solve?

do you mean delete them? [3o0o0o00o0]

Its actually pretty simple, you just have clear it like this: workspace.Terrain:Clear().

1 Like

A hacky approach is to create the terrain with water, save it as a terrain region, then use this plugin to create a second version without the water and save it as a terrain region. However, I don’t believe you can load terrain regions from the client. Terrain Save and Load

1 Like

I want to hide them, not remove them (I want to show them later)

sorry i accidentally deleted post
here

1 Like