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

How do I create a Region3 that's the exact size of a part, but 16 studs taller?

Asked by 3 years ago

The title literally says it all. I'ven't an idea how to do this.

0
You just resize the region3... moo1210 587 — 3y
0
I Physically don't know how to do Region3 VikingCatto 15 — 3y
0
I did. It doesn't rly make sense VikingCatto 15 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

Resize the Region3 maximum by 16 studs on the y-axis for example:

local region = Region3.new(Vector3.new(0,0,0),Vector3.new(0,16,0)) --16 represent 16 studs up
Ad

Answer this question