How can I turn a terrain to part?

You can write your topic however you want, but you need to answer these questions:

  1. I want to turn terrain from roblox studio to a part. The issue is, I do not know how to script this. I have searched up youtube videos and they show the opposite of what I want to do, they show how to make a part into terrain. I have tried editing the script to change terrain turn into a part. This is the code for part to terrain which incase if it is possible to edit the script to do the opposite of what its suppose to do.
local works = game:GetService("Workspace")
works.Terrain:FillBlock{works.tpart.CFrame.tpart.Size.Enum.Material.Grass}
2 Likes

There is a plugin to do so, link: Part to Terrain - Roblox

3 Likes

I would like to turn terrain into a part, not a part into terrain, but thank you for the suggestion

4 Likes

Oh, sorry. i misread the title. from a little bit of research i dont think there’s a way, i might be wrong though. (also nice name)

3 Likes

I don’t think it’s possible to do such a thing.

3 Likes

terrain uses 4x4 voxels, so it’s not like it’s hard to just place a part and resize it to fix the terrain.

3 Likes