Skip to content

GetObjectsInSphere

Description

GetObjectsInSphere is a Function
Returns any objects within a given sphere.

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

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