I’m trying to remove a part of the water inside of the submarine with filling an existing cylinder shaped part, the position and everything else is true but orientation is somehow vertical rather than horizontal.
Code:
workspace.Terrain:FillCylinder(workspace.CylinderWaterClear2.CFrame, 442, 18.54, Enum.Material.Air)
Before running the command:
After running the command:
The referance part that the code gets the CFrame, height and radius of (moved 50 studs up from it’s original position):