How to Clear the Terrain

From Legacy Roblox Wiki
Jump to navigationJump to search

Introduction

So you've created a terrain, but you don't want it anymore? Here's how to clear the terrain. There are two possible ways to do this. One is through the command bar and the other is by using the built-in terrain plugin.

Command Bar

You can clear the terrain using a script ran in the command bar.

First, open the command bar and type in the following:

game.Workspace.Terrain:Clear()

And press enter.

Terrain Plugin

There is an alternative way to doing this, one that is slightly more complicated but does not involve code.

  1. Click the button at the top of your screen that looks like two mountains
  2. Click the Reset button on the box that pops up to clear the terrain

When cleared you can work on your base plate or any other essentials that you want or need.