Category
Reflection
Reflection helpers for instances and properties.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Reflection
Available functions
| Function | Description |
|---|---|
gethiddenproperty | Reads a Roblox property with reflection metadata, including non-scriptable properties. |
isscriptable | Checks the scriptable flag for a Roblox property on an Instance. |
sethiddenproperty | Sets a Roblox property with reflection metadata. |
setscriptable | Stores a scriptable override for a Roblox property in the scriptable override cache and returns the previous scriptable state. |