of     1   

TabWho
#63467935Sunday, February 26, 2012 7:18 AM GMT

Hey, I have this code: points={ Vector3.new(0,0,0); Vector3.new(5,5,5); } local reg3=Region3.new(points[1], points[2]) Workspace.Terrain:SetCells(reg3, 4, 0, 1) But it doesn't work... I tried using Region3int16.new as well, and that didn't work. Any insight as to why this doesn't work?
TabWho
#63494797Sunday, February 26, 2012 8:05 PM GMT

bump
kornawe
#63495618Sunday, February 26, 2012 8:19 PM GMT

Sorry, I tried figuring that one out too.
JarodOfOrbiter
#63887598Monday, March 05, 2012 11:27 PM GMT

Try this. It was posted by a forum moderator. Region3int16.new(Vector3int16.new(0, 0, 0), Vector3int16.new(10, 10, 10))

    of     1