Skip to content

GetCharactersInSphere

Description

GetCharactersInSphere is a Function
Returns all characters that are inside of the given sphere.

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

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