Since region3 is deprecated i dont know what to use to check if player is inside a part
Magnitude - nah
Touched/TouchEnded - poorly works
What are other solutions?
2 Likes
Check out :GetPartsInPart()
you can also use GetTouchingParts depends what youre trying to make
2 Likes
There’s many ways to do this Such as workspace:GetPartsInParts or workspace:GetPartsBoundInBox
1 Like
This is the easiest and MOST EFFICIENT (on both the client and the server) way:
You just use a .playerEntered event and a .playerExited event.
There is another module called OT&AM that is more efficient, but it only seems to work on the server.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.