Hey Devs! I have a question, is there anyway I could remove a certain part of Water Terrain I’m trying to do it with game.Workspace.Terrain:Clear()
but it deletes the whole terrain I have, is there a way to just remove a certain part?
Sorry if this doesnt help, as I’m not a scripter, but, I think this’ll help:
https://developer.roblox.com/en-us/api-reference/function/Terrain/ReplaceMaterial
You could set the target material to water, then replace that with air.
I will try that! Thanks it may work and if it works I will mark it as a Solution!
workspace.Terrain:ReplaceMaterial(Region3.new(0, 0), 0, Enum.Material.Water, Enum.Material.Air)