Skip to main content
Returns an array table of type names read from an RBXScriptSignal event descriptor signature. The first argument must be object whose Luau type name is RBXScriptSignal. The function reads the signal’s event descriptor, walks the signature slots with the Real’s argument stride, reads each argument type reference, and pushes the resolved type name string for each slot. It does not return captured runtime argument values. If the signature cannot be read or no entries are pushed, the returned table contains one fallback entry: “Variant”.

Syntax

Arguments

Returns

Example

Inspect an RBXScriptSignal signature and print the argument type names Real can read.