Skip to content

GetObjectsInBounds

Description

GetObjectsInBounds is a Function
Returns any objects within a given bounds.

Example
local testVariable = GetObjectsInBounds(Vector3.New(1, 1, 1), Vector3.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: List
parameters:
- position (Vector3)
- size (Vector3)