Owl.Reflection.GetComponents(): string[]
Server & ClientQueries the component registry to extract and return a sorted list of all active component tag strings.
Returns
string[]Sorted list of active component tags.
local activeTags = Owl.Reflection.GetComponents()
-- > // Returns e.g. { "ExplodingBarrel", "InteractiveDoor" }