The title says it all. I’m trying to figure out how to delete all terrain with a script. Obviously I can’t just do workspace.Terrain:Destroy()
. But, I’m not sure how to achieve this. Any responses would be appreciated! Thank you!
You can use Terrain:Clear()
to clear the terrain.
https://create.roblox.com/docs/reference/engine/classes/Terrain
5 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.