I’m making a simple way for terrain to spawn in a part, but for some reason it wont go to the right CFrame. I have tried many ways where now I’m losing it.
Picture Problem:
Code:
game.Workspace.Terrain:FillBlock(script.Parent.CFrame, Vector3.new(script.Parent.Size.X, 0, script.Parent.Size.Z), Enum.Material.Grass)
Any help is appreciated thanks!
