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 Roblox property with reflection metadata, including non-scriptable properties.
isscriptableChecks the scriptable flag for a Roblox property on an Instance.
sethiddenpropertySets a Roblox property with reflection metadata.
setscriptableStores a scriptable override for a Roblox property in the scriptable override cache and returns the previous scriptable state.