Volt

Instances

The Instances library provides functions for interacting with Roblox instances in special ways that aren't normally possible.

Overview

These functions allow you to:

  • Clone instance references
  • Fire interaction events
  • Access hidden UI containers
  • Get all instances in the game

Available Functions

FunctionDescription
clonerefClone an instance reference
compareinstancesCompare two instance references
fireclickdetectorTrigger a ClickDetector
fireproximitypromptTrigger a ProximityPrompt
firetouchinterestTrigger a Touched event
getcallbackvalueGet a callback property value
gethuiGet the hidden UI container
getinstancecacheGet all cached instance references
getinstancesGet all instances
getnilinstancesGet all nil-parented instances
getrendersteppedlistGet RenderStepped connections

On this page