Instances
The Instances library provides direct access to and manipulation of Instance
objects in the game world. It includes tools for listing, referencing, and firing Roblox-native interactions.
These functions are especially useful for inspecting hidden instances, working with UI safely, or simulating player interactions with in-game objects.
What can you do?
With the Instances library, you can:
- List all objects tracked by the client using
getinstances
- List nil-parented objects using
getnilinstances
- Safely clone instance references using
cloneref
- Access hidden UI containers using
gethui
- Inspect function-based properties with
getcallbackvalue
- Simulate interactions using
fireclickdetector
,fireproximityprompt
, andfiretouchinterest