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
| Function | Description |
|---|---|
cloneref | Clone an instance reference |
compareinstances | Compare two instance references |
fireclickdetector | Trigger a ClickDetector |
fireproximityprompt | Trigger a ProximityPrompt |
firetouchinterest | Trigger a Touched event |
getcallbackvalue | Get a callback property value |
gethui | Get the hidden UI container |
getinstancecache | Get all cached instance references |
getinstances | Get all instances |
getnilinstances | Get all nil-parented instances |
getrendersteppedlist | Get RenderStepped connections |