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

I wanna know what Region3 is. But I still don't fully understand it. How do I use it?

Asked by 3 years ago

I would like to know the basics, and the advanced of Region3. I've watched tutorials, written notes, but I still don't understand it fully.

0
Most people use Region3 as an alternative to Roblox's touched event (due to its unreliability) Dovydas1118 1495 — 3y

1 answer

Log in to vote
3
Answered by
Glacitron 239 Moderation Voter
3 years ago

You can imagine region3 as either a cube or a rectangular prism that you can create by giving it two vector3 values which will end up being points from which the rectangular prism is created from, one being the very top left and the other being the very bottom right

It's usages are usually just taking the place of the .Touched event and sometimes raycasting, so it can be used for anything from hit boxes to detecting what area the player is in. It also has a lot of functions (such as PartsInRegion3 either with or without blacklist/whitelist)and events which make it super easy to use.

I hope this helped you understand it a bit more.

Ad

Answer this question