|
| 21 Mar 2012 02:10 PM |
I am trying to clear terrain using 2 parts that I have selected in order from lowest to highest.
I tried to use the following command to clear the terrain in that region, but it doesn't seem to work (no errors, just not working).
workspace.Terrain:SetCells(Region3int16.new(Vector3int16.new(game.Selection:Get()[1].Position.x, game.Selection:Get()[1].Position.y, game.Selection:Get()[1].Position.z), Vector3int16.new(game.Selection:Get()[2].Position.x, game.Selection:Get()[2].Position.y, game.Selection:Get()[2].Position.z)), 0, 0, 0)
Is there anything I could do to the command to make it work? |
|
|
| Report Abuse |
|
| |
|
| 21 Mar 2012 03:28 PM |
| Anyone have any idea how to find the problem at the most? |
|
|
| Report Abuse |
|