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 hidden property and reports whether the property was hidden. |
isscriptable | Checks whether a property is scriptable from Luau. |
sethiddenproperty | Sets a hidden property and reports whether the property was hidden. |
setscriptable | Changes whether a property is scriptable and returns the previous state. |