How can I check if a park is entirely inside of a Region3?

How can I check if a park is entirely inside of a Region3? I am currently creating a sandbox tycoon, but the biggest problem I have come across is trying to find out if the item that is being placed is entirely inside the plots region3? Thanks in advance!

EDIT: And I know that :GetPartsInRegion3 returns whether the park only partially inside of the region3.

Use the model’s smallest bounding box and make sure the placement is entirely inside with a few if-statements.

1 Like

I’ll give it a shot, but I think I just found another method.