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

4 functions
FunctionDescription
gethiddenpropertyReads a hidden property and reports whether the property was hidden.
isscriptableChecks whether a property is scriptable from Luau.
sethiddenpropertySets a hidden property and reports whether the property was hidden.
setscriptableChanges whether a property is scriptable and returns the previous state.