You can write your topic however you want, but you need to answer these questions:
- 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}