Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Issues with Region3, region is not scaling between all 4 corners ?

Asked by
Hizar7 102
5 years ago

Hi, So im trying to get into region3, so i created a region that will look like this

local region = Region3.new(Vector3.new(-712, 8.7, -55), Vector3.new(-695, 27, -92))

but the issue is that the region size turns into this (17, 18.3, 0.05) the z axis is so small for some reason ? could anyone help? Thanks!

0
Huh, I also reproduced this on my own test. Not sure what the correct answer is but maybe you could use a Part to mark the region instead of using a region to resize a part. xPolarium 1388 — 5y
0
I do use a part, i just didn't include it in the script, But i create a part for the size of the region Hizar7 102 — 5y
0
I personally was not able to get this error to replicate Vulkarin 581 — 5y

Answer this question