hi devs,
my question is simple; how do you delete terrain without explosions
I have tried looking for a function that does on the DevHub but I can not find my answer
hi devs,
my question is simple; how do you delete terrain without explosions
I have tried looking for a function that does on the DevHub but I can not find my answer
You could use the Dev wiki’s Scripting with Terrain to learn about Terrain related functions, and when it says to set a terrain, just set it to Air
air is actually a material? if so i got my answer
Yup, Enum.Material.Air
exists and you could use that to delete terrain
thank you so much!!!
Anytime! If you have anymore issues don’t be afraid to make another post!