Skip to content

GetCharactersInBounds

Description

GetCharactersInBounds is a Function
Returns all characters that are inside of the given bounds.

Example
local testVariable = GetCharactersInBounds(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)